mean,Itempool-method | R Documentation |
mean
Returns the expected values of each item in an
Itempool-class
object for a given ability or abilities,
i.e. \theta
.
## S4 method for signature 'Itempool'
mean(x, ...)
x |
An |
... |
Additional parameters. Specifically |
Item expected values at given theta values will be returned.
Emre Gonulates
ip <- generate_ip(model = "2PL")
mean(ip, theta = 1.2)
mean(ip, 1.2)
ip <- generate_ip(model = "GPCM")
mean(ip, theta = -0.37)
mean(ip, -1.55)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.