From be85112ac2a023c054aad6a43562ec320048e37c Mon Sep 17 00:00:00 2001 From: David Dalpiaz Date: Sun, 7 Jan 2024 09:06:44 -0600 Subject: [PATCH] update ack --- index.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.Rmd b/index.Rmd index 316aaef..098a260 100644 --- a/index.Rmd +++ b/index.Rmd @@ -39,7 +39,7 @@ $$ ```{r, eval = FALSE} a = 3 b = 4 -sqrt(a ^ 2 + b ^ 2) +sqrt(a^2 + b^2) ``` `R` output lines, which would appear in the console will begin with `##`. They will generally not be syntax highlighted. @@ -47,7 +47,7 @@ sqrt(a ^ 2 + b ^ 2) ```{r, echo = FALSE, eval = TRUE} a = 3 b = 4 -sqrt(a ^ 2 + b ^ 2) +sqrt(a^2 + b^2) ``` We use the quantity $p$ to refer to the number of $\beta$ parameters in a linear model, **not** the number of predictors. Don't worry if you don't know what this means yet! @@ -106,6 +106,7 @@ Your name could be here! Suggest an edit! Correct a typo! If you submit a correc - [Ellen Veomett](https://sites.google.com/a/stmarys-ca.edu/ellen-veomett/){target="_blank"} - [David Newman](https://github.com/djoldman/){target="_blank"} - [Yixing Zheng](https://github.com/yixingz3){target="_blank"} +- [Ossama Sybesma](https://github.com/OssamaSijbesma){target="_blank"} ## License