Skip to content

Commit

Permalink
update ack
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddalpiaz committed Jan 7, 2024
1 parent e948eef commit be85112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ $$
```{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.

```{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!
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit be85112

Please sign in to comment.