Hi,
Hoping someone can help me. I'm trying to perform the Cronbach's alpha test on 8 variables for a scale construction. I've tidied all variables to remove missing values, but when trying the alpha command I'm getting the error message 'too few quotes'. I've used exactly the same code with different variable earlier in my analysis and it's worked, but I'm pretty much a beginner so I could be doing something wrong. Here's the code I'm using:
alpha GovTrust_nm MPsTrust_nm LoseTch_nm VoteIntr_nm PtyNMat2_nm GovNoSay_nm VoteOnly_nm GovComp_nm, item label min(5)
I've also tried with parentheses around the variable names but got the same message. Can anyone help?
Hoping someone can help me. I'm trying to perform the Cronbach's alpha test on 8 variables for a scale construction. I've tidied all variables to remove missing values, but when trying the alpha command I'm getting the error message 'too few quotes'. I've used exactly the same code with different variable earlier in my analysis and it's worked, but I'm pretty much a beginner so I could be doing something wrong. Here's the code I'm using:
alpha GovTrust_nm MPsTrust_nm LoseTch_nm VoteIntr_nm PtyNMat2_nm GovNoSay_nm VoteOnly_nm GovComp_nm, item label min(5)
I've also tried with parentheses around the variable names but got the same message. Can anyone help?
Comment