powered by
This function makes a dataframe from the continuous IRTmodel the autoplot function produces the heatmaps.
heatmaps_crm(model, thetarange = c(-6, 6))# S3 method for heatmapcrm autoplot( object, xlab = "Theta", nrow = 2, ratio = 1, col_scheme = "plasma", ... )
# S3 method for heatmapcrm autoplot( object, xlab = "Theta", nrow = 2, ratio = 1, col_scheme = "plasma", ... )
Dataframe with output probabilities from the IRT model for all algorithms, an object of class heatmapcrm.
Output from the function cirtmodel.
cirtmodel
The range for theta, default from -6 to 6.
theta
For autoplot: output of heatmaps_crm function.
For autoplot: xlabel.
For autoplot: number of rows of heatmaps to plot.
For autoplot: ratio for coord_fixed in ggplot.
For autoplot: the color scheme for heatmaps. Default value is plasma.
Other arguments currently ignored.
data(classification_cts) model <- cirtmodel(classification_cts) obj <- heatmaps_crm(model) head(obj$df) autoplot(obj)
Run the code above in your browser using DataLab