Hello Stata users,
I have more than 30 independent variables with 3 category format answer (0;1;2). I would like to check if there are significant differences for those 30 v's with three levels when I have a number of continuous variables. I know, I can run all of them separate with a command like this:
oneway CONTINUOUS1 CATEGORICAL1, bonferroni tabulate
I wonder if there is a way/command in stata so I could run all 30 (CATEGORICAL1 to CATEGORICAL30) as predicting CONTINUOUS1 so Bonferroni correction would apply to 30 ANOVA rather than just one (see command above).
Please help me on this if you can
Thank you and kind regards
Witold
I have more than 30 independent variables with 3 category format answer (0;1;2). I would like to check if there are significant differences for those 30 v's with three levels when I have a number of continuous variables. I know, I can run all of them separate with a command like this:
oneway CONTINUOUS1 CATEGORICAL1, bonferroni tabulate
I wonder if there is a way/command in stata so I could run all 30 (CATEGORICAL1 to CATEGORICAL30) as predicting CONTINUOUS1 so Bonferroni correction would apply to 30 ANOVA rather than just one (see command above).
Please help me on this if you can
Thank you and kind regards
Witold
Comment