This function performs EAP factor score estimation of an item response model estimated with NOHARM.
R2noharm.EAP(noharmobj, theta.k=seq(-6, 6, len=21), print.output=TRUE)
A list with following entries
Data frame of person parameter EAP estimates and their corresponding standard errors
Grid of multidimensional theta values where the posterior is evaluated.
Individual posterior distribution evaluated at theta
Individual likelihood
EAP reliabilities of all dimensions
Item response probabilities evaluated at theta
Object of class R2noharm
or noharm.sirt
Vector of discretized theta values on which the posterior is evaluated. This vector applies to all dimensions.
An optional logical indicating whether output should be displayed at the console
For examples see R2noharm
and noharm.sirt
.