powered by
Plot function for a UPCM or a UGPCM object. Plots show coefficient estimates together with confidence intervals displayed as star plots.
UPCM
UGPCM
# S3 method for UPCM plot(x, sig = 0.05, KIfactor = 0.9, xlim, ylim, …)
UPCM object
Significance level for confidence intervals, default is sig = 0.05.
sig = 0.05
Parameter to regulate the shape of the resulting star.
See xlim in plot.default.
xlim
plot.default
See ylim in plot.default.
ylim
Further plot arguments.
No return value, called for side effects
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
# 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