Skip to content

Commit

Permalink
20240930 - specify package for function
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Sep 30, 2024
1 parent bfdd1b5 commit eaa7f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 17-Test-Bias.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit eaa7f75

Please sign in to comment.