Hello,
I would like to create a dataset for all of my models Probf .
I DO NOT want to keep parameter estimates & Probt (Pr>t) of my models but ONLY each Probf (Pr>F).
What kind of "ods output" can I use ?
By the way, ProbF is the pvalue of my model
ods output anova=want(keep=probF);
You can add data set options to your ODS statement.
@pmorel3 wrote:
By the way, ProbF is the pvalue of my model
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.