Trying to understand FA for IRT #100
Unanswered
sidney-tio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to apply
confirmatory_factor_analyzer
for a dataset where subjects are playing a game. The objective is similar to Item Response Theory: I would like to estimate the difficulty of each game and the ability of the participants.Note that:
env
in the table below.The table looks like this:
For a simple 2 game example, my code looks as such below:
When I do a transform, each row, representing the subject, will have an output of 3 factors estimated, which is technically wrong since the "difficulty" parameters should be assigned to the item, rather than the subject. I attempt to estimate difficulty by averaging the difficulty across each subject.
Could I have advice as to whether this is the correct approach?
Beta Was this translation helpful? Give feedback.
All reactions