(deprecated) Plot item/test/pool-level information
(deprecated) Use plot.
plotInfo( object, theta = seq(-3, 3, 0.1), info_type = "FISHER", plot_sum = TRUE, select = NULL, color = "blue", file_pdf = NULL, width = 7, height = 6, mfrow = c(2, 4) ) ## S4 method for signature 'output_Static' plotInfo( object, theta = seq(-3, 3, 0.1), info_type = "FISHER", plot_sum = TRUE, select = NULL, color = "blue", file_pdf = NULL, width = 7, height = 6, mfrow = c(2, 4) ) ## S4 method for signature 'item_pool' plotInfo( object, theta = seq(-3, 3, 0.1), info_type = "FISHER", plot_sum = TRUE, select = NULL, color = "blue", file_pdf = NULL, width = 7, height = 6, mfrow = c(1, 1) ) ## S4 method for signature 'constraints' plotInfo( object, theta = seq(-3, 3, 0.1), info_type = "FISHER", plot_sum = TRUE, select = NULL, color = "black", file_pdf = NULL, width = 7, height = 6, mfrow = c(1, 1) )
object |
|
theta |
the theta grid to use on the x-axis. (default = |
info_type |
the type of information. Accepts |
plot_sum |
used when the |
select |
(optional) used when the |
color |
the color of the curve. (default = |
file_pdf |
(optional) if supplied a filename, save as a PDF file. |
width |
the width of the plot. (default = |
height |
the height of the plot. (default = |
mfrow |
multi-panel configurations to use. (default = |
subitempool <- subsetItemPool(itempool_science, 1:8) plot(subitempool) config <- createStaticTestConfig() solution <- Static(config, constraints_science) plot(solution)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.