I am establishing the psychometric properties of a measurement tool that i created. One of the components is to estimate Cronbach alpha of the tool. I use the following code for it (the given variables are all the variables in the tool):
alpha dignty_1cc dignty_2cc dignty_4cc autonomy_1cc autonomy_2cc autonomy_3cc autonomy_4cc autonomy_5b autonomy_6b autonomy_7b confid_1b confid_2cc confid_3cc qual_1b qual_3cc qual_4cc qual_5cc qual_6b qual_7cc qual_8cc qual_9b qual_10b qual_11cc qual_12cc support_1cc support_2b support_3cc support_4cc choice_1b choice_2b choice_3cc choice_5b access_2cb access_3cc access_4cc access_6cb communicate_1cb communicate_2b communicate_3cc communicate_4cc communicate_5cc finance_1b finance_2b finance_3b finance_4b continuity_2b continuity_4b continuity_5cc
I get the error: "cannot determine the sense empirically; must specify option asis or reverse()
r(459);"
When i Apply the "asis" function; it says "no observtaions, r(2000)"
However, when i remove the variable communicat_1cb; the same code runs and gives me the Cronbach alpha value. i am not sure what is going on. I cannnot leave out the variable of communicate_1cb; as it is a part of the tool. Please suggest. Thank-you.
regards
Meesha
alpha dignty_1cc dignty_2cc dignty_4cc autonomy_1cc autonomy_2cc autonomy_3cc autonomy_4cc autonomy_5b autonomy_6b autonomy_7b confid_1b confid_2cc confid_3cc qual_1b qual_3cc qual_4cc qual_5cc qual_6b qual_7cc qual_8cc qual_9b qual_10b qual_11cc qual_12cc support_1cc support_2b support_3cc support_4cc choice_1b choice_2b choice_3cc choice_5b access_2cb access_3cc access_4cc access_6cb communicate_1cb communicate_2b communicate_3cc communicate_4cc communicate_5cc finance_1b finance_2b finance_3b finance_4b continuity_2b continuity_4b continuity_5cc
I get the error: "cannot determine the sense empirically; must specify option asis or reverse()
r(459);"
When i Apply the "asis" function; it says "no observtaions, r(2000)"
However, when i remove the variable communicat_1cb; the same code runs and gives me the Cronbach alpha value. i am not sure what is going on. I cannnot leave out the variable of communicate_1cb; as it is a part of the tool. Please suggest. Thank-you.
regards
Meesha
Comment