Hello,
I have a dataset with several Yes/No variables representing whether participants know specific breast cancer risk factors: Family History, Contraceptive use, No Breast Feeding ,Early Menarche, Late Menopause, High Fat Diet and many more though I cant post all of them. Each correct response is coded as “Yes” and each incorrect as “No.” I want to:
I have a dataset with several Yes/No variables representing whether participants know specific breast cancer risk factors: Family History, Contraceptive use, No Breast Feeding ,Early Menarche, Late Menopause, High Fat Diet and many more though I cant post all of them. Each correct response is coded as “Yes” and each incorrect as “No.” I want to:
- Recode “Yes” as 1 and “No” as 0.
- Create a cumulative awareness score for each participant.
- Calculate the mean score across all participants.
- Categorize participants as “Aware” if their score is at or above the mean, and “Unaware” if their score is below the mean.
Comment