From eaa7f757faf89aa392fad99af57a29aa99d60f7e Mon Sep 17 00:00:00 2001 From: "Isaac T. Petersen" Date: Mon, 30 Sep 2024 06:55:01 -0500 Subject: [PATCH] 20240930 - specify package for function --- 17-Test-Bias.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/17-Test-Bias.Rmd b/17-Test-Bias.Rmd index 73d557710..a28cc4869 100644 --- a/17-Test-Bias.Rmd +++ b/17-Test-Bias.Rmd @@ -2628,7 +2628,7 @@ Score-based tests of measurement invariance are implemented using the `strucchan coef(metricInvarianceModel_fit) coef(metricInvarianceModel_fit)[1:9] -sctest( +strucchange::sctest( metricInvarianceModel_fit, order.by = HolzingerSwineford1939$school, parm = 1:9, @@ -2877,7 +2877,7 @@ Score-based tests of measurement invariance are implemented using the `strucchan coef(scalarInvarianceModel_fit) coef(scalarInvarianceModel_fit)[10:18] -sctest( +strucchange::sctest( scalarInvarianceModel_fit, order.by = HolzingerSwineford1939$school, parm = 10:18, @@ -3124,7 +3124,7 @@ Score-based tests of measurement invariance are implemented using the `strucchan coef(residualInvarianceModel_fit) coef(residualInvarianceModel_fit)[19:27] -sctest( +strucchange::sctest( residualInvarianceModel_fit, order.by = HolzingerSwineford1939$school, parm = 19:27,