MixedClass
objects, the fixed
and random coefficients are printed.## S3 method for class 'ExploratoryClass':
summary(object, rotate = "", Target = NULL,
suppress = 0, digits = 3, printCI = FALSE, verbose = TRUE, ...)
ExploratoryClass
,
ConfirmatoryClass
, MultipleGroupClass
, or
MixedClass
mirt
for detailsprintCI = .95
gives a
95% confidence interval)coef-method
x <- mirt(Science, 2)
summary(x)
summary(x, rotate = 'varimax')
#print confidence interval (requires computed information matrix)
x2 <- mirt(Science, 1, SE=TRUE)
summary(x2, printCI=.95)
Run the code above in your browser using DataLab