specific <- c(rep(1,4),rep(2,4), rep(3,4))
Apparently, there are 12 items all assigned to a G factor and there are 3 specific factors. I don’t understand the constrains. What are a1, a2, a3, a4?
model <- "G = 1-12
CONSTRAIN = (1, a1, a2), (2, a1, a2), (3, a1, a2), (4, a1, a2),
(5, a1, a3), (6, a1, a3), (7, a1, a3), (8, a1, a3),
(9, a1, a4), (10, a1, a4), (11, a1, a4), (12, a1, a4)
COV = S1*S1, S2*S2, S3*S3"
What does COV do? Are the three specific factors allowed to correlate? If it is the testlet model then they shouldn’t correlate.
simmod <- bfactor(dataset, specific, model)
Thanks for your help
Afshin