oddsRatio {EdSurvey} | R Documentation |
Odds Ratios for edsurveyGlm Models
Description
Converts coefficients from edsurveyGlm
logit regression model to odds ratios.
Usage
oddsRatio(model, alpha = 0.05)
Arguments
model |
an |
alpha |
the alpha level for the confidence level |
Value
An oddsRatio.edsurveyGlm
object with the following elements:
OR |
odds ratio coefficient estimates |
2.5% |
lower bound 95% confidence interval |
97.5% |
upper bound 95% confidence interval |
[Package EdSurvey version 4.0.7 Index]