I have pre/post data for one group - outcome is a score. I am interested to see if the scores vary by a covariate like gender. If I use the by command in the ttest procedure, it does not give me a significant p value for differences by gender. how can i go about doing this?
I think you need a PROC ANOVA not a T-Test.
So would be outcome variable be the difference? And my independent would be gender, but do I need to adjust for baseline (pre) scores as well?
Pre-calculate the differences and test if the difference is different between the groups and not equal to 0.
ie Mean from Group A = Mean from Group B = Mean from Group = 0
where mean = post-pre score
Also, BY statements splits an analysis for each group. It's the equivalent of doing some repeatedly for each group but they're considered individually. Analyses do not cross between BY groups.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.