1

I have a dataset of test results. There are 400 students, and 100 items. I ran ltm::rasch in R, and I computed ability scores for each student, and difficulty scores for each item.

I would now like to reuse this model. There is a method called fitted that allows you to compute a new student's ability, even if that student was not part of the original dataset.

How is fitted implemented? In other words, how can I use a pretrained Rasch model to compute ability scores for new students?

djacobs7
  • 111
  • 3
  • From the `ltm` manual: `fittet` "computes the expected frequencies for vectors of response patterns". As far as I understand, it's the method `factor.scores` that you are looking for. – Tom Feb 05 '19 at 08:46

0 Answers0