BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,
I used proc glm - means/dunnettu to perform a one tailed t-test for a difference between two means. It was wonderful, providing me with upper and lower confidence limits and indicating significance but did not provide a p-value.

So I went into the analyst and simply used the hypothesis - 2-sample t-test for means. It provided t statistics including p-values but I got different upper and lower confidence limits, they don't seem to make sense. Often the lower is a greater value than the difference between means.

How am I misinterpreting this output? Do you recommend a different course of action?

Thank you,
Tyler
1 REPLY 1
1162
Calcite | Level 5
I often use the LSMEANS statement. You have to use ODS to output both p-values and CLs. Would this work?

proc glm
. . .
lsmeans Group / pdiff=controlu cl;
ods output lsmeans=lsmeans LSMeanDiffCL=LSMeanDiffCL;

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