mlebme {irtoys} | R Documentation |
Maximum likelihood and Bayes Modal estimation of ability
Description
Estimates the value of the latent variable ("ability") for each person by direct optimization
Usage
mlebme(resp, ip, mu = 0, sigma = 1, method = "ML")
Arguments
resp |
A matrix of responses: persons as rows, items as columns, entries are either 0 or 1, no missing data |
ip |
Item parameters: the object returned by |
mu |
Mean of the apriori distribution. Ignored when |
sigma |
Standard deviation of the apriori distribution. Ignored when
|
method |
|
Value
A matrix with the ability estimates in column 1 and their standard errors of measurement (SEM) in column 2, and the number of non-missing responses in column 3
Author(s)
Ivailo Partchev
See Also
Examples
th.mle <- mlebme(resp=Scored, ip=Scored2pl)
[Package irtoys version 0.2.2 Index]