orSE: Calculate the standard error for an odds ratio by...

View source: R/orSE.R

orSER Documentation

Calculate the standard error for an odds ratio by exponentiating the log

Description

Calculate the standard error for an odds ratio by exponentiating the log

Usage

orSE(model)

Arguments

model

a GLM model with family = "binomial"

Examples

m <- glm(data = mtcars, factor(am) ~ mpg + disp, family = "binomial")
summary(m)
orSE(m)

prox9974/soc429Code documentation built on June 16, 2022, 3:41 a.m.