powered by
mean Returns the expected values of each item in an Testlet-class object for a given ability or abilities, i.e. \(\theta\).
mean
Testlet-class
# S4 method for Testlet mean(x, ...)
Item expected values at given theta values will be returned.
A Testlet-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
t1 <- generate_testlet() mean(t1, theta = -1.1) mean(t1, -1.1)
Run the code above in your browser using DataLab