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, ...)
No return value, called for side effects
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.
Gunther Schauberger gunther.schauberger@tum.de https://www.sg.tum.de/epidemiologie/team/schauberger/
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
# \donttest{ 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