From the parameter estimates table? Or somewhere else?
If you add that line to your PROC it will create a table called myParams that will have the estimates including p-values.
ods output parameterEstimates = myParams;
If you're not familiar with ODS tables here's some instructions and explanations on how to capture output that is shown.
https://blogs.sas.com/content/sastraining/2017/03/31/capturing-output-from-any-procedure-with-an-ods...
@Rita10071 wrote:
Hi I would like to ask some question about p value of odds ratio in ordinal logistic model. Is it possible for me to have each odds ratio’s p value?
Thank you so much
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.