BookmarkSubscribeRSS Feed
Rita10071
Calcite | Level 5
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
2 REPLIES 2
Reeza
Super User

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

 

 

sahoositaram555
Pyrite | Level 9
Hi @Rita10071,

can you please share the 2*2 table you are using as a input or atleast the proc logistic statement code ? i can help you.
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
  • 1043 views
  • 0 likes
  • 3 in conversation