View source: R/helper.functions.r
orci | R Documentation |
Generates odds-ratios based on logistic regression model coefficients, reported by logregC with orci=TRUE argument
orci(model, digits = 3)
model |
An estimated logistic regression model |
digits |
Number of digits after decimal to display |
Returns odds rations and confidence intervals in columns (a matrix class object)
library(RCPA3)
logit.model <- logregC(states$battleground2020 ~ states$vep16.turnout)
orci(logit.model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.