mean,Testlet-method | R Documentation |
mean
Returns the expected values of each item in an
Testlet-class
object for a given ability or abilities,
i.e. \theta
.
## S4 method for signature 'Testlet'
mean(x, ...)
x |
A |
... |
Additional parameters. Specifically |
Item expected values at given theta values will be returned.
Emre Gonulates
t1 <- generate_testlet()
mean(t1, theta = -1.1)
mean(t1, -1.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.