Function for Odds Ratio Table and Plot.

oddsratio(data, explanatory, outcome)

Arguments

data

The data as a data frame.

explanatory

.

outcome

.

Value

A results object containing:

results$todoa html
results$texta html
results$text2a html
results$plotan image

Examples

if (FALSE) {
# example will be added
}