Skip to content

Commit 4a48ecc

Browse files
committed
change $i$ to i in Rmd template
1 parent 54526e4 commit 4a48ecc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

man/rmd/linear_reg_glmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
4848
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
4949
```
5050

51-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
51+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
5252

5353
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
5454

man/rmd/linear_reg_lmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
3939
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
4040
```
4141

42-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
42+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
4343

4444
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
4545

man/rmd/linear_reg_stan_glmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
5353
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
5454
```
5555

56-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
56+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
5757

5858
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
5959

man/rmd/logistic_reg_glmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
3939
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
4040
```
4141

42-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
42+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
4343

4444
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
4545

man/rmd/logistic_reg_stan_glmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
5252
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
5353
```
5454

55-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
55+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
5656

5757
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
5858

man/rmd/poisson_reg_glmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
3939
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
4040
```
4141

42-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
42+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
4343

4444
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
4545

man/rmd/poisson_reg_stan_glmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
5252
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
5353
```
5454

55-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
55+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
5656

5757
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
5858

man/rmd/template-no-pooling.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This model can use subject-specific coefficient estimates to make predictions (i
66
\eta_{i} = (\beta_0 + b_{0i}) + \beta_1x_{i1}
77
```
88

9-
where $i$ denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
9+
where `i` denotes the `i`th independent experimental unit (e.g. subject). When the model has seen subject `i`, it can use that subject's data to adjust the _population_ intercept to be more specific to that subjects results.
1010

1111
What happens when data are being predicted for a subject that was not used in the model fit? In that case, this package uses _only_ the population parameter estimates for prediction:
1212

0 commit comments

Comments
 (0)