From 5fc561504f537e95f709a3768e08b06b9dbfc3b3 Mon Sep 17 00:00:00 2001 From: Petersen Date: Wed, 2 Oct 2024 11:51:03 -0500 Subject: [PATCH] 20241002 - fix error --- 17-Test-Bias.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/17-Test-Bias.Rmd b/17-Test-Bias.Rmd index 592583f51..ae9aaa768 100644 --- a/17-Test-Bias.Rmd +++ b/17-Test-Bias.Rmd @@ -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 = "")])