Hello,
I am analyzing survey data that contains the following variables:
- Gender (Male, Female)
- Race (White, Black, Asian, Other, Decline to answer)
- Ethnicity (Hispanic, Not Hispanic, Decline to answer)
- Consent Status (Dropped during consent screen, yes, no)
I have already recoded the string variables into byte and relabeled.
I want to see if there are differences in consent status (yes, no) based on the demographic variables (gender, race, ethnicity). Are certain demographics more likely to consent yes (stat sig at p value 0.05) I'm able to run a ttest for gender, but for race and ethnicity, should I be running a chi2 test? Any guidance is really appreciated, thank you.
I am analyzing survey data that contains the following variables:
- Gender (Male, Female)
- Race (White, Black, Asian, Other, Decline to answer)
- Ethnicity (Hispanic, Not Hispanic, Decline to answer)
- Consent Status (Dropped during consent screen, yes, no)
I have already recoded the string variables into byte and relabeled.
I want to see if there are differences in consent status (yes, no) based on the demographic variables (gender, race, ethnicity). Are certain demographics more likely to consent yes (stat sig at p value 0.05) I'm able to run a ttest for gender, but for race and ethnicity, should I be running a chi2 test? Any guidance is really appreciated, thank you.
Comment