mean,Testlet-method {irt} | R Documentation |
Calculate the expected value of an Testlet
Description
mean
Returns the expected values of each item in an
Testlet-class
object for a given ability or abilities,
i.e. \theta
.
Usage
## S4 method for signature 'Testlet'
mean(x, ...)
Arguments
x |
A |
... |
Additional parameters. Specifically |
Value
Item expected values at given theta values will be returned.
Author(s)
Emre Gonulates
Examples
t1 <- generate_testlet()
mean(t1, theta = -1.1)
mean(t1, -1.1)
[Package irt version 0.2.9 Index]