BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
radsan00
Calcite | Level 5

Hello, 

 

When running a paired TTEST with the proc TTEST procedure (see sample code below), is it possible to obtain the mean of the individual time points separately (i.e., mean of time1 and mean of time2 separately) in addition to the mean of the paired differences (i.e., mean of time1-time2) ? I know this is provided when using proc TTEST with independent samples but I am not sure if this can be obtained when the paired statement is used. Any help is appreciated. Thanks! 

 

proc ttest data=x;
paired time1*time2;
run;

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

Apparently not.

 

So you can just run PROC TTEST a second time without the PAIRED statement, or PROC MEANS or PROC SUMMARY.

--
Paige Miller

View solution in original post

1 REPLY 1
PaigeMiller
Diamond | Level 26

Apparently not.

 

So you can just run PROC TTEST a second time without the PAIRED statement, or PROC MEANS or PROC SUMMARY.

--
Paige Miller

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1307 views
  • 2 likes
  • 2 in conversation