SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
Monica_1134
Calcite | Level 5

Hi,

 

I analysis a set of data with Weibull distribution.

There is a automatic calculate about Anderson-Darling test and its p-value.

But I didn't find the standard p-value in SAS that let me know the distribution whether has a good fit.

I know the regular standard value of p is 0.05.

When p-value <0.05, we reject the hypothesis, vice versa.

 

Is the standard p-value also equal to 0.05 in SAS? or is 0.01 or 0.1?

 

Thank you.

2 REPLIES 2
Ksharp
Super User

No. I don't think so. But maybe @Rick_SAS know the answer .

Rick_SAS
SAS Super FREQ

By default, most SAS procedures use alpha=0.05 as the significance value for confidence intervals (e.g., 95% confidence). However, the significance level does not affect the computation of a p-value.

 

A p-value for a hypothesis test is a computation that indicates the likelihood that the data sample is a random draw from the null distribution. The p-value is a probability. It is the probability that you would observe the test statistic for a random sample if the null hypothesis is true. You, the user of the procedure, can use the p-value to decide whether or not you should reject the null hypothesis, based on the data that you have observed.

 

As you say, it is common practice to reject the null hypothesis when the p-value is less than 0.05.

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 969 views
  • 1 like
  • 3 in conversation