powered by
Generates odds-ratios based on logistic regression model coefficients, reported by logregC with orci=TRUE argument
orci(model, digits = 3)
Returns odds rations and confidence intervals in columns (a matrix class object)
An estimated logistic regression model
Number of digits after decimal to display
library(RCPA3) # \donttest{ logit.model <- logregC(states$battleground2020 ~ states$vep16.turnout) orci(logit.model) # }
Run the code above in your browser using DataLab