var
Returns the variance of each item of an
Itempool-class
object for a given ability or abilities,
i.e. \(\theta\).
# S4 method for Itempool
var(x, y = NULL, na.rm = FALSE, use)
Item variances at given theta will be returned.
An Itempool-class
object containing the item
parameters.
A numeric vector containing the ability parameters (i.e. theta).
Ignored for var(Itempool, ...)
Ignored for var(Itempool, ...)
Emre Gonulates