Function for Odds Ratio Table and Plot.
oddsratio(data, explanatory, outcome)
data | The data as a data frame. |
---|---|
explanatory | . |
outcome | . |
A results object containing:
results$todo | a html | ||||
results$text | a html | ||||
results$text2 | a html | ||||
results$plot | an image |
if (FALSE) { # example will be added }