-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
This code yields an error:
library(lavaan)
library(semTools)
Model1 <- '
F1 =~ x1 + x2 + x3
F2 =~ x4 + x5 + x6
F3 =~ x7 + x8 + x9
'
Run1 <- cfa(Model1, data=HolzingerSwineford1939, group="school")
Run2 <- cfa(Model1, data=HolzingerSwineford1939, group="school",group.equal="loadings")
semTools::compareFit(Run1,Run2)
Error in loadNamespace(x) : there is no package called ‘lavaan.mi’
Metadata
Metadata
Assignees
Labels
No labels