I have 4 questions in a questionnaire (Knee Injury and Osteoarthritis Outcome Score - KOOS), that together (the 4 questions) all relate to a specific function
of the knee (lets call this F1). Each of the 4 questions are ordinal scores from 1(worst outcome) to 5 (best outcome)
I want to test how F1 compares with the new treatment compared to the control.
I'm at cross roads, as seen in previous posts I have tried latent analysis and now more recently have been recommended Confirmatory Factor analysis which personally I don't think makes sense.
1. Am I complicating this too much, trying to do something cool?
2. Should I just perform an ordinal regression determining how F1 compares with new treatment to the control
The only problem is I don't know how I would manage my data for F1, considering I have 4 ordinal variables (q1-q4) with a potential score of 1-5
of the knee (lets call this F1). Each of the 4 questions are ordinal scores from 1(worst outcome) to 5 (best outcome)
I want to test how F1 compares with the new treatment compared to the control.
I'm at cross roads, as seen in previous posts I have tried latent analysis and now more recently have been recommended Confirmatory Factor analysis which personally I don't think makes sense.
1. Am I complicating this too much, trying to do something cool?
2. Should I just perform an ordinal regression determining how F1 compares with new treatment to the control
The only problem is I don't know how I would manage my data for F1, considering I have 4 ordinal variables (q1-q4) with a potential score of 1-5
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(q1 q2 q3 q4 procedure) str5 ptid 5 5 2 3 1 "12A" 3 1 2 1 0 "147A" 5 3 1 3 1 "1987D" 4 3 1 5 1 "1098G" 1 5 3 2 1 "379S" 1 1 1 2 0 "918D" end
Comment