Skip to content

Commit

Permalink
20241002 - fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersen committed Oct 2, 2024
1 parent 1b722d6 commit ee4787b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 17-Test-Bias.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ Adding missing data to dataframes helps make examples more realistic to real-lif
`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.

```{r}
data("HolzingerSwineford1939")
varNames <- names(mydataBias)
dimensionsDf <- dim(mydataBias[,-c(1,2)])
unlistedDf <- unlist(mydataBias[,-c(1,2)])
Expand Down

0 comments on commit ee4787b

Please sign in to comment.