Closed huacheng1985 closed 4 years ago
Since the guilford facets data contains polychotomous rather than dichotomous items, you would need to specify step
parameters (cf. Example 9 in the manual for the tam.mml.*
methods). For example, assuming you are interessted in a two way interaction of item and rater,
data1.formulaA <- ~ item * raters + step
or
data1.formulaA <- ~ item * raters + item:step
Thank you, so much. Problem solved!
Thanks @thkiefer
Dear Dr. Robitzsch,
I am trying to use tam.mml.mfr() function to run a many-facet Rasch model on Guilford's Facet data. This dataset could be found in here.
Here are the R codes
Then the R throws an error code as follows:
Could you please tell me what's wrong with my code?
Thank you so much for your help. I really appreciate that your work on the "TAM" package. This is a powerful package that running the different kinds of Rasch models. Thank you for your contributions to the Rasch community.