What procedure need to use to get unadjusted P values.i tried multi test but not sure how to get unadjusted. Any suggestions please .
@SASuserlot wrote:
I am running proc mixed procedure and multitest procedure. I am getting the p-values, So I am curious what is the difference between these p values and unadjusted p values. is there a difference?
Adjusted p-values usually are adjusted because you are performing multiple tests at once, and so the p-values are adjusted to yield an overall type-I error rate that is desired (say 0.05 across all tests) rather than the type one error rate desired (0.05) for a single (not multiple) test.
Unadjuste p-value for what?
Some procedures, like Multtest, are specifically designed to make appropriate adjustments. So you really need to describe what you are testing.
Almost all procedures will give un-adjusted p values. Please explain your problem in more detail so we can know what you are talking about.
@SASuserlot wrote:
I am running proc mixed procedure and multitest procedure. I am getting the p-values, So I am curious what is the difference between these p values and unadjusted p values. is there a difference?
Adjusted p-values usually are adjusted because you are performing multiple tests at once, and so the p-values are adjusted to yield an overall type-I error rate that is desired (say 0.05 across all tests) rather than the type one error rate desired (0.05) for a single (not multiple) test.
Unadjusted typically means it includes only the variable/treatment and the outcome. You 'adjust' for other variables by then including them in the model, so adding 'age' variable adjusts for the age factor.
EDIT: Given the recent update from the OP, this answer is not correct or relevant.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.