powered by
mean Returns the expected values of each item in an Itempool-class object for a given ability or abilities, i.e. \(\theta\).
mean
Itempool-class
# S4 method for Itempool mean(x, ...)
Item expected values at given theta values will be returned.
An Itempool-class object containing the item parameters.
Additional parameters. Specifically theta argument is required. theta should be a numeric vector of ability parameters.
theta
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)
Run the code above in your browser using DataLab