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;

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 509 views
  • 0 likes
  • 1 in conversation