I wonder if it is possible to obtain an combine analyses results by Proc MIANALYZE for the following analyses?
proc Glm data=a;
class condition;
Model DV1 DV2=x1 X2 condition/SS3;
manova h = condition;
by _Imputation_;
run;
I haven't found instructions to obtain the data source from above procedure to use for Proc MIANALYZE.
Thank you very much in advance for any ideas on this!
Please chk the following examples:
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.