pat-s / oddsratio

Simplified odds ratio calculation of binomial GAM/GLM models
https://pat-s.github.io/oddsratio
Other
32 stars 2 forks source link

Issue with or_glm #51

Open carolpecaibes opened 2 years ago

carolpecaibes commented 2 years ago

I adjusted a glm model using the database and program attached. For the last category, i have a p-value of 0.0539, while the confidence interval doesn't include 1 (1.024 ; 21.645). I would like to understand why this issue is ocurring. Thank you in advance!

RESULTS: database.xlsx database error.txt

pat-s commented 1 year ago

I am not sure I understand your question.

The confidence interval refers to the calculated oddsratio, not the p-value of the fitted model.

For future discussions, could you please create a reprex using the {reprex} package? It's quite some work to unpack a xlsx file and load custom data in (specifically as most R users don't like working with excel source files). Thanks!