Analytical bias correction for jmleIRT objects
Source:R/bias_correction.r
biasCorrection.jmleIRT.RdApplies the C++ first-order bias correction to an object of class
jmleIRT and returns corrected person and item parameters.
Usage
# S3 method for class 'jmleIRT'
biasCorrection(jmle_obj, theta = NULL, beta = NULL, X = NULL, I = NULL, ...)Arguments
- jmle_obj
An object of class
"jmleIRT"as returned by- theta
Person parameters (ignored if jmle_obj is provided)
- beta
Item parameters (ignored if jmle_obj is provided)
- X
Response matrix (ignored if jmle_obj is provided)
- I
Number of items (ignored if jmle_obj is provided)
jmle_estimation().- ...
further arguments, but currently unused.