Learn R Programming

UPCM (version 0.0-3)

UPCM-package: Uncertainty in Partial Credit Models

Description

Performs UPCM, a method to model uncertainty in (Generalized) Partial Credit Models

Arguments

References

Tutz, Gerhard and Schauberger, Gunther (2020): Uncertainty in Latent Trait Models, Applied Psychological Measurement, https://journals.sagepub.com/doi/abs/10.1177/0146621620920932?journalCode=apma

See Also

UPCM

Examples

Run this code
# NOT RUN {
data(tenseness)

Y <- data.matrix(tenseness[,1:4])
X <- model.matrix(~ Gender + Age, data = tenseness)[,-1]

m_upcm <- UPCM(Y = Y, X = X, cores = 2, GPCM = FALSE)
m_upcm
plot(m_upcm)
# }

Run the code above in your browser using DataLab