Skip to content

Commit 7825b54

Browse files
committed
fix typos in betareg demo
1 parent 53a1502 commit 7825b54

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

beta_regression_model.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ mu <- plogis(B[1] +
6666
```
6767

6868

69-
Finally generate gini using rbeta() function:
69+
Finally generate gini using `rbeta()` function:
7070

7171
- mu * phi is the first "shape parameter"
72-
-(1 - mu) * phi is the second "shape parameter"
72+
- (1 - mu) * phi is the second "shape parameter"
7373

7474
```{r}
7575
gini <- rbeta(N, mu * phi, (1 - mu) * phi)

0 commit comments

Comments
 (0)