Skip to content

Commit ee4787b

Browse files
author
Petersen
committed
20241002 - fix error
1 parent 1b722d6 commit ee4787b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

17-Test-Bias.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@ Adding missing data to dataframes helps make examples more realistic to real-lif
886886
`HolzingerSwineford1939` is a data set from the `lavaan` package [@R-lavaan] that contains mental ability test scores (`x1``x9`) for seventh- and eighth-grade children.
887887

888888
```{r}
889+
data("HolzingerSwineford1939")
889890
varNames <- names(mydataBias)
890891
dimensionsDf <- dim(mydataBias[,-c(1,2)])
891892
unlistedDf <- unlist(mydataBias[,-c(1,2)])

0 commit comments

Comments
 (0)