plot_item | R Documentation |
This function draws item response functions of an item of the fitted model.
plot_item(x, item.number = 1, type = NULL)
x |
A model fit object from either |
item.number |
A numeric value indicating the item number. |
type |
A character string required if |
This function returns a plot of item response functions.
Seewoo Li cu@yonsei.ac.kr
# A preparation of dichotomous item response data
data <- DataGeneration(N=500, nitem_D = 10)$data_D
# Analysis
M1 <- IRTest_Dich(data)
# Plotting item response function
plot_item(M1, item.number = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.