IRT.classify | R Documentation |
Computes individual classifications based on a fitted model.
IRT.classify(object, type="MLE")
object |
Fitted model for which methods |
type |
Type of classification: |
List with entries
class_theta |
Individual classification |
class_index |
Class index of individual classification |
class_maxval |
Maximum value corresponding to individual classification |
See IRT.factor.scores
for similar functionality.
## Not run:
#############################################################################
# EXAMPLE 1: Individual classification data.ecpe
#############################################################################
data(data.ecpe, package="CDM")
dat <- data.ecpe$dat[,-1]
Q <- data.ecpe$q.matrix
#** estimate GDINA model
mod <- CDM::gdina(dat, q.matrix=Q)
summary(mod)
#** classify individuals
cmod <- CDM::IRT.classify(mod)
str(cmod)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.