Function for Odds Ratio Table and Plot.

oddsratio(data, explanatory, outcome)

Arguments

data

The data as a data frame.

explanatory

The explanatory variables to be used in the analysis.

outcome

The outcome variable to be used in the analysis.

Value

A results object containing:

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

Examples

# \donttest{
# example will be added
# }