View source: R/MirtLogLikMatrix.R
MirtEAPs | R Documentation |
A wrapper for the "fscores" function from the package "mirt". However, by default, this function will ensure any fake data added by the linkaugmentdata function as a pre-cursor to model fitting is excluded. Furthermore, this function automatically includes standard errors for each estimate and returns the ability estimates and standard errors in a data frame.
MirtEAPs(mirtobj, excludefake = TRUE)
mirtobj |
An estimated unidimensional IRT model (of class SingleGroupClass) estimated either using the function "unimirt" or by applying the function "mirt" directly. |
excludefake |
A logical value dnoting whether any added "fake" cases should be excluded from the returned ability estimates (default=TRUE). |
A data frame with column labels "eap" and "se.eap".
fscores
## Not run:
mirt1=unimirt(mathsdata,"2")
MirtEAPs(mirt1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.