powered by
Draw item information plots.
plotInfo(object, theta = seq(-3, 3, 0.1), info_type = "FISHER", select = NULL, file_pdf = NULL, color = "blue", width = 7, height = 6, mfrow = c(2, 4))
An '>item_pool object.
'>item_pool
A theta grid. Default is seq(-3, 3, .1).
seq(-3, 3, .1)
Type of information.
A vector of indices identifying the items to subset.
If supplied a filename, save as a PDF file.
Plotting color.
Width of graphics device.
Number of multiple figures defined as c(nrow, ncol).
# NOT RUN { subitempool <- subsetItemPool(itempool_science, 1:8) plotInfo(subitempool) # }
Run the code above in your browser using DataLab