Skip to content

Commit e92a5de

Browse files
20260102 - misspelling
1 parent 6007f57 commit e92a5de

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hlm.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ linearMixedModel <- lmer(
132132
summary(linearMixedModel)
133133
```
134134

135-
##### Protoypical Growth Curve
135+
##### Prototypical Growth Curve
136136

137137
```{r}
138138
newData <- expand.grid(
@@ -291,7 +291,7 @@ quadraticGCM <- lmer(
291291
summary(quadraticGCM)
292292
```
293293

294-
#### Protoypical Growth Curve
294+
#### Prototypical Growth Curve
295295

296296
```{r}
297297
newData <- expand.grid(
@@ -405,7 +405,7 @@ splineGCM <- lmer(
405405
summary(splineGCM)
406406
```
407407

408-
#### Protoypical Growth Curve
408+
#### Prototypical Growth Curve
409409

410410
```{r}
411411
newData <- expand.grid(

sem.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ lavaangui::plot_lavaan(lgcm1_fit)
283283

284284
### Plot Trajectories
285285

286-
#### Protoypical Growth Curve
286+
#### Prototypical Growth Curve
287287

288288
Calculated from intercept and slope parameters:
289289

@@ -576,7 +576,7 @@ lavaangui::plot_lavaan(lbgcm1_fit)
576576

577577
### Plot Trajectories
578578

579-
#### Protoypical Growth Curve
579+
#### Prototypical Growth Curve
580580

581581
```{r}
582582
lbgcm1_intercept <- coef(lbgcm1_fit)["intercept~1"]
@@ -856,7 +856,7 @@ lavaangui::plot_lavaan(quadraticGCM1_fit)
856856

857857
### Plot Trajectories
858858

859-
#### Protoypical Growth Curve
859+
#### Prototypical Growth Curve
860860

861861
Calculated from intercept and slope parameters:
862862

@@ -1142,7 +1142,7 @@ lavaangui::plot_lavaan(splineGCM1_fit)
11421142

11431143
### Plot Trajectories
11441144

1145-
#### Protoypical Growth Curve
1145+
#### Prototypical Growth Curve
11461146

11471147
Calculated from intercept and slope parameters:
11481148

0 commit comments

Comments
 (0)