Description Usage Arguments Author(s) References Examples
This package replicates plots produced by Lord in his 1953 article, "The relation of test score to the trait underlying the test." This function takes item response theory parameters (currently 2- and 3-parameter logistic) as the primary inputs and uses them to create plots relating a theoretical normal distribution (representing the latent trait and plotted on the x-axis) to the "true score" distribution (representing a large number of possible observed test results and plotted on the y-axis).
1 2 3 |
a |
numeric; item discrimination parameter(s), a vector of length n, where n is the number of test items. |
b |
numeric; item difficulty/location parameter(s), a vector of length n, where n is the number of test items. |
c |
numeric; item guessing parameter(s), either a single value or a vector of length n, where n is the number of test items. |
D |
numeric; constant used to generate results that are roughly equal to the probit scale. |
xlim |
numeric vector of length 2, giving the range of the x coordinates. |
xby |
numeric; gives the size of histogram breaks along the x-axis. |
main |
character; plot title. |
xcol |
the color of the x-axis histogram. The x-axis label also defaults to this color if not specified. |
ycol |
the color of the y-axis histogram. The y-axis label also defaults to this color if not specified. |
xlabcol |
the color of the x-axis label (defaults to xcol). |
ylabcol |
the color of the y-axis label (defaults to ycol). |
Brandon E. Gavett, bgavett@uccs.edu
Richard Jones, richard_jones@brown.edu
Lord, F. M. (1953). The relation of test score to the trait underlying the test. Educational and Psychological Measurement, 4, 517-549.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.