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

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 1166 views
  • 2 likes
  • 2 in conversation