BookmarkSubscribeRSS Feed
kathisas
Fluorite | Level 6

thanks for the Information! please can you help me further!!

I have These lifetest below and I need for These Tests the multiple testing:


time obstime*event(0);
strata blasts45;
run;


proc lifetest data=blasts;
time obstime*event(0);
strata blasts50;
run;


proc lifetest data=blasts;
time obstime*event(0);
strata blasts55;
run;

 

how doese this now work to save the pvalues from the test that they are available for my multtest procedure??

1 REPLY 1
StatDave
SAS Super FREQ

If you just have a few p-values to adjust, it is probably easiest to simply write a DATA step to create a data set containing your p-values and then read them in PROC MULTTEST as shown in the "Inputting Raw p-Values" example in the MULTTEST documentation.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1217 views
  • 1 like
  • 2 in conversation