Skip to content

lmer

4 messages · Iasonas Lamprianou, Doran, Harold, Bill Auty

#
Dear friends, 
does anyone know how (if) I can run a multilevel Partial Credit Rasch model using lmer? I am aware of the "Estimating the Multilevel Rasch Model: With the lme4 Package" but I think that this only refers to the dichotomous Rasch case. Or, alternatively, redirect me to any other free package that can handle multilevel Rasch/IRT models. 
Thanks

Dr. Iasonas Lamprianou
Department of Education
The University of Manchester
Oxford Road, Manchester M13 9PL, UK
Tel. 0044  161 275 3485
iasonas.lamprianou at manchester.ac.uk
--- On Thu, 4/12/08, r-sig-mixed-models-request at r-project.org <r-sig-mixed-models-request at r-project.org> wrote:

            
#
Thank you Doran for your response. If anyone else is aware of any other R package that can run multilevel Rasch/IRT models, please respond.

Jason

Dr. Iasonas Lamprianou
Department of Education
The University of Manchester
Oxford Road, Manchester M13 9PL, UK
Tel. 0044  161 275 3485
iasonas.lamprianou at manchester.ac.uk
--- On Sat, 6/12/08, Doran, Harold <HDoran at air.org> wrote:

            
#
I approached this problem by creating a dichotomous item for each 
threshold of the rated item. For a 4-level rating (0,1,2,3,4), I created 
3 dichotomous items. A score of 0 translates to 0,0,0; 1=1,0,0; 2=1,1,0 
and 3=1,1,1. Then I combined my created items with the originally 
dichotomous items and ran models using lmer as described in the paper.

I don't know if the mathematics works out exactly, but I think this is 
logically equivalent to the Partial Credit Model. If someone see a 
theoretical reason not to do this, I'd be interested to know.

Clearly, this tactic weights the data from the rated item more than a 
dichotomous items (3x in my example), but that was appropriate for my 
purposes.
Iasonas Lamprianou wrote: