Item parameter plot for mixed Rasch model {mixRaschTools} | R Documentation |
This function produces a plot of item parameters by latent class for Rasch calibrated mixture models.
mixRasch.plot(x, xlab, ylab)
x |
A fitted multiple class mixture Rasch model |
xlab |
user defined label for x axis |
ylab |
user defined label for y axis |
mixRaschTools Functions ———————————————————–
This function provides an item parameter plot that can be used to compare the different item parameters in mixture Rasch models that contain two or more latent classes.
Pamela S Trantham
##Example multiple class mixture Rasch models included with mixRaschTools data(threeclass_ex) ##Item Parameter Plot mixRasch.plot(threeclass_ex)