Skip to content

Commit 3dc98b4

Browse files
committed
Minor fixes.
1 parent 22ff9d8 commit 3dc98b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GitHub (re)builds and (re)deploys the website.
3333

3434
## Generating the static site
3535

36-
1. Install R packages: bookdown
36+
1. Install R packages: bookdown, arm
3737

3838
2. Install on OS and ensure on PATH: pandoc, pandoc-citeproc, pdflatex
3939

src/stan-users-guide/regression.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ regression models may be used. These generalized linear models vary
278278
only in the link function they use to map linear predictions in
279279
$(-\infty,\infty)$ to probability values in $(0,1)$. Their respective
280280
link functions, the logistic function and the standard normal cumulative distribution
281-
function, are both sigmoid functions (i.e., they are both \textit{S}-shaped).
281+
function, are both sigmoid functions (i.e., they are both *S*-shaped).
282282

283283
A logistic regression model with one predictor and an intercept is coded as
284284
follows.

0 commit comments

Comments
 (0)