08 August 2018 7 9K Report

I am trying to analyze dichotomous/categorical data across several age groups and within each age group. The dichotomous/categorical data come from a decision task in which participant responses are classified into one of three decision types. The decision types are mutually exclusive (i.e., a participant's decision can only fall into one of the three categories). I want to analyze:

  • Whether our 5 age groups differ in the proportion of each type of decision made (e.g., whether some age groups make Decision Type 1 more than other age groups)
  • Whether the proportions of the three decision types differ within each age group (e.g., whether participants in Age Group 1 make Decision Type 1 more than Decision Type 2 and 3).

I have currently coded the decision type variable in two ways (see the attached for the data file setup):

  • A single between-subjects variable with three levels corresponding to the decision type
  • Three within-subjects variables (one for each decision type), where participants get assigned a "0" if they didn't make that decision type or a "1" if they did make that decision type.

Ideally, I want to look at the interaction between age group and decision type, and follow-up with simple effects and pairwise comparisons. The easiest way to do this seems to be a 5 (age group: between subjects) X 3 (decision type: within-subjects) ANOVA. However, the Decision Type variables are dichotomous, not normally distributed, and not really within-subjects. Is there another way to set up the data, or an alternative analysis/analyses that offer full resolution of this analysis from the omnibus test to the pairwise comparisons?

Similar questions and discussions