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 eaa7f75 commit 0f3bacc
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 @@ -900,6 +900,7 @@ mydataBias <- cbind(
ncol = dimensionsDf[2])))
names(mydataBias) <- varNames
data("HolzingerSwineford1939")
varNames <- names(HolzingerSwineford1939)
dimensionsDf <- dim(HolzingerSwineford1939[,paste("x", 1:9, sep = "")])
unlistedDf <- unlist(HolzingerSwineford1939[,paste("x", 1:9, sep = "")])
Expand Down

0 comments on commit 0f3bacc

Please sign in to comment.