powered by
Compare nested models using likelihood ratio, AIC, BIC, etc.
# S4 method for SingleGroupClass anova(object, object2, verbose = TRUE)
an object of class SingleGroupClass, MultipleGroupClass, or MixedClass
SingleGroupClass
MultipleGroupClass
MixedClass
a second model estimated from any of the mirt package estimation methods
logical; print additional information to console?
# NOT RUN { # } # NOT RUN { x <- mirt(Science, 1) x2 <- mirt(Science, 2) anova(x, x2) # }
Run the code above in your browser using DataLab