Skip to content

Commit

Permalink
super small edit to the paper - changing &beta so it appears correctl…
Browse files Browse the repository at this point in the history
…y as β
  • Loading branch information
jrosen48 committed Feb 27, 2024
1 parent ff24c46 commit 7547b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joss-paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here is the code we use to fit a linear model using these variables:

m <- lm(water81 ~ water80 + income + educat + retire + peop80, data = concord1)

The results of the model fitting (which can be obtained by running `summary(m)` within R) indicate that all of the predictors apart from `retire` have a statistically significant effect on water consumption. In the example, we focus on the coefficient for `peop80` (&beta = 225.198, *SE* = 28.704, *t* = 7.845, *p* < .001).
The results of the model fitting (which can be obtained by running `summary(m)` within R) indicate that all of the predictors apart from `retire` have a statistically significant effect on water consumption. In the example, we focus on the coefficient for `peop80` (β = 225.198, *SE* = 28.704, *t* = 7.845, *p* < .001).

#### *ITCV example for linear models fit with lm()*

Expand Down

0 comments on commit 7547b5e

Please sign in to comment.