Description Usage Arguments Details Author(s) Examples
This function produces empirical item characteristic curves.
1 2 |
scores |
A total measure score, for creating expected mean values of the item. |
itemVector |
Observed item responses for the item ICC. |
xlim |
A vector overriding default limits for the x axis. |
ylim |
A vector overriding default limits for the y axis. |
plotTitle |
Controls the main plot title. |
xlab |
The label for the x axis. |
ylab |
The label for the y axis. |
col |
A vector of the colors to be used in the plot. The first color will be used for item labels. The second color will be used for shading the area of rejection. |
colTheme |
Four color themes ("cavaliers", "dukes", "spartans", "greys") are provided. If you provide a color theme, it will override the col paramater. |
gDevice |
Controls graphics device. Options are "screen" (default), "jpg", or "png". |
file |
The name of the output file if a device other than "screen" is chosen. |
... |
Additional parameters passed to the plot command. |
The function produces an item characterisic curve plot. The empirical ICC is created by calculating the item mean in between 2 and 20 bins. There must be at least 15 observations per bin, or a smaller number of bins is used.
John T. Willse
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.