I have a dataset of approximately 450 observations, 250 from Country #1 and 200 from Country #2. Here are my variables in my dataset:
Country (either #1 or #2)
Variable of Interest #1
Variable of Interest #2
Variable of Interest #3
Variable of Interest #4
Control #1
Control #2
Control #3
Dependent Variable #1
Dependent Variable #2
Dependent Variable #3
For example, in Proc Reg: Model DV1 = VariableInterest#1 VariableInterest#2 VariableInterest#3 VariableInterest#4 Control#1 Control#2 Control#3;
I am working on coding MANOVA using Country as "Class". I'm not very familiar with MANOVA and have tried a few codes, but nothing has worked. Any help on coding MANOVA for this data to determine any variance between DVs #1-3? Thanks!