orci: Translate logistic regression coefficients into odds ratios...

View source: R/helper.functions.r

orciR 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)
   

RCPA3 documentation built on May 29, 2024, 12:19 p.m.

Related to orci in RCPA3...