BookmarkSubscribeRSS Feed
Chudamani
Obsidian | Level 7

Hello everyone,

I would be thankful if I could get some insights on running basic bivariates (ANOVA, t-test and Correlation) in a multiply imputed dataset from a complex survey. I see that it is suggested to use Surveyreg for ANOVA, however, I only get F-value for ANOVA and would like to see means and SD for all categories; Can't find for t-test and correlation. Also, how do I pool the estimates from mianalyze?

This is the command I am using for ANOVA.  Thanks.

Proc SURVEYREG data=bivariate;/*ANOVA**/
class ALC;
stratum RAESTRAT;
cluster RAEHSAMP;
weight APOE_NORM;
by _imputation_;
model cogscr=ALC /ANOVA;
run;

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

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.

Discussion stats
  • 0 replies
  • 365 views
  • 0 likes
  • 1 in conversation