powered by
A wrapper around all functions for ability estimation
ability(resp, ip, method = "WLE", mu = 0, sigma = 1, n = 5)
A matrix of responses: persons as rows, items as columns, entries are either 0 or 1, no missing data
Item parameters: the object returned by \(est\).
One of: "MLE", "BME", "WLE", "EAP", "PV", "QRS", "SUM"
Mean of the apriori distribution when applicable
Standard deviation of the apriori distribution when applicable method="ML". Default is 1.
method="ML"
The number of plausible values to draw for each person (default is 5).
Depends on the method.
mlebme, eap, wle, dpv, qrs
mlebme
eap
wle
dpv
qrs
# NOT RUN { theta <- ability(resp=Scored, method="WLE", ip=Scored2pl) # }
Run the code above in your browser using DataLab