Hello,
I'm doing a cluster analysis by schools and I'm trying to drop the cases that are in a school with fewer than ten respondents in the sample. When I tried the replacement command I got the type mismatch error message. For instance I did:
replace analytic=0 if scid==001
Then I get the error
What am I doing wrong?
I appreciate the help!
I'm doing a cluster analysis by schools and I'm trying to drop the cases that are in a school with fewer than ten respondents in the sample. When I tried the replacement command I got the type mismatch error message. For instance I did:
replace analytic=0 if scid==001
Then I get the error
What am I doing wrong?
I appreciate the help!