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

Hi,

 

I would like to conduct a 1-sample T-test but instead of using the default mu0=0 in Proc univariate, can I change the default mu0 to 0.2 to test if my data points follow a normal distribution close to mu=0.2, to see how closesly distributed the data is?

Thanks,

 

Priya.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

Use the MU0= option on the PROC UNIVARIATE statement:

 

proc univariate  data=Mydata mu0=0.2;

etc

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ

Use the MU0= option on the PROC UNIVARIATE statement:

 

proc univariate  data=Mydata mu0=0.2;

etc

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 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
  • 1 reply
  • 1696 views
  • 0 likes
  • 2 in conversation