Skip to content
Prev 4652 / 20628 Next

psychometric function fitting with lmer?

Yes, what is called an empirical item characteristic curve (eICC)
This is a very odd way to compute bias. First, I don't know how one uses OLS
 to fit a probit model. Probit models are fit using (R)IGLS, not OLS. Second,
 why are you treating the observed data as a parameter estimate? Why don't you
 actually estimate the model parameters (i.e., the item parameters), which are
 asymptotically unbiased under certain estimation conditions. You can do this in a number of
 ways in R, lme4 can do this using lmer as described here:
 
 http://www.jstatsoft.org/v20/i02
 
 Or you can use JML methods for Rasch in the MiscPsycho package or you can use
 MML methods in the LTM package. What you seem to be doing is treating the eICC
 as some kind of parameter for the item; but this is not reasonable I don't
 think.
I'm not sure I can help you here as I am unclear on what you are doing
 exactly. Maybe if we elaborate a bit on what you are trying to do above, we
 can do this part next.