IC_OR_glm: OR and their confidence intervals for logistic regressions

Description Usage Arguments Value Author(s) Examples

View source: R/IC_OR_glm.r

Description

Computes odd ratios and their confidence intervals for logistic regressions

Usage

1
IC_OR_glm(model, alpha = 0.05)

Arguments

model

a glm object

alpha

type I error, 0.05 by default

Value

A matrix with the estimaed coefficients of the logistic model, their s.e., z-values, p-values, OR and CI of the OR

Author(s)

Hugo Varet

Examples

1
IC_OR_glm(glm(inherit~sex+age,data=cgd,family="binomial"))

hvaret/packHV documentation built on July 4, 2020, 12:04 a.m.