orci {RCPA3} | R Documentation |
Translate logistic regression coefficients into odds ratios with confidence interval
Description
Generates odds-ratios based on logistic regression model coefficients, reported by logregC with orci=TRUE argument
Usage
orci(model, digits = 3)
Arguments
model |
An estimated logistic regression model |
digits |
Number of digits after decimal to display |
Value
Returns odds rations and confidence intervals in columns (a matrix class object)
Examples
library(RCPA3)
logit.model <- logregC(states$battleground2020 ~ states$vep16.turnout)
orci(logit.model)
[Package RCPA3 version 1.3.1 Index]