cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Parrot943
Level I

Instead of Odds Ratio I see Decimal place?

Wondering how to fix this in JMP? 

 

I have successfully run three chi-squared tests, and found the the odds ratio for each of them. Why is JMP not returning an odds ratio in this case? 

 

Thanks for any help you are able to provide!

JMP screenshot.png

1 ACCEPTED SOLUTION

Accepted Solutions
dlehman1
Level VI

Re: Instead of Odds Ratio I see Decimal place?

You really should show more of the JMP output (like the matrix), but I suspect that one of your off diagnonal entries is zero.  The odds ratio is computed by multiplying the on-diagonal entries (in the 2x2 matrix) and dividing that product by the product of the off-diagonal entries.  If either of the latter are zero, then that ratio is undefined.  I suspect that is why you are not getting an odds ratio.

View solution in original post

2 REPLIES 2
dlehman1
Level VI

Re: Instead of Odds Ratio I see Decimal place?

You really should show more of the JMP output (like the matrix), but I suspect that one of your off diagnonal entries is zero.  The odds ratio is computed by multiplying the on-diagonal entries (in the 2x2 matrix) and dividing that product by the product of the off-diagonal entries.  If either of the latter are zero, then that ratio is undefined.  I suspect that is why you are not getting an odds ratio.

Parrot943
Level I

Re: Instead of Odds Ratio I see Decimal place?

You are right - didn't catch this before. Thank you!

Recommended Articles