information | R Documentation |
Computes the amount of test or item information for a fitted IRT model, in a specified range.
information(object, range, items = NULL, ...)
object |
an object inheriting from either class |
range |
a numeric interval for which the test information should be computed. |
items |
the items for which the information should be computed; the default |
... |
extra arguments passed to |
The amount of information is computed as the area under the Item or Test Information Curve in the specified
interval, using integrate()
.
A list of class information
with components,
InfoRange |
the amount of information in the specified interval. |
InfoTotal |
the total amount of information; typically this is computed as the amount of information in the interval (-10, 10). |
PropRange |
the proportion of information in the specified range, i.e.,
|
range |
the value of |
items |
the value of |
call |
the matched call for |
Dimitris Rizopoulos d.rizopoulos@erasmusmc.nl
plot.gpcm
,
plot.grm
,
plot.ltm
,
plot.rasch
fit <- rasch(LSAT) information(fit, c(-2, 0)) information(fit, c(0, 2), items = c(3, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.