Displaying 1 result from an estimated 1 matches for "scqscore2".
Did you mean:
scqscore
2011 Nov 19
1
Advice on recoding a variable depending on another which contains NAs
...p.
I am scoring 8000 psychometric tests - the SCQ, if you have
heard of it. On this test the scoring rules depends on one
variable SCQ1 - if this is answered yes, the final score is
a function of 39 variables, and if no, of 31 variables.
I've calculated both of these scores (SCQScore1 and
SCQScore2)for all the children in my study, and I wish to
create a final score, which is SCQScore1 when SCQ1 is 1, and
SCQScore2 when SCQ1 is 2. There are also missing values for
SCQ1, and I have chosen, for the moment, to set the final
score to SCQScore1 for these. [[This is a debatable choice,
but I a...