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 16fa1de commit 5fc5615
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 @@ -902,6 +902,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 5fc5615

Please sign in to comment.