var
Returns the variance of an item or multiple items
with given parameters for a given ability or abilities, i.e. \(\theta\).
# S4 method for Item
var(x, y = NULL, na.rm = FALSE, use)# S4 method for Rasch
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for 1PL
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for 2PL
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for 3PL
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for 4PL
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for GRM
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for PCM
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for GPCM
var(x, y = NULL, na.rm = FALSE, use)
# S4 method for GPCM2
var(x, y = NULL, na.rm = FALSE, use)
Item variances at given theta will be returned.
An Item-class
or an Itempool-class
object containing the item parameters.
A numeric vector containing the ability parameters (i.e. theta).
Ignored for var(Item, ...)
Ignored for var(Item, ...)
Emre Gonulates