gee_model_output: gee_model_output function

gee_model_outputR Documentation

gee_model_output function

Description

creates a table of coefficients, std errors, z vals, pvals (with stars), ORs, and 95

Usage

gee_model_output(
  model,
  staror = TRUE,
  starpval = TRUE,
  digs = 3,
  knit_cis = TRUE
)

Arguments

model

the output from a logistic regression model e.g. lrmodel<-lm(outcome~vars,data,family='binomial')

staror

boolean indicating whether to apply star characters to odds ratios. default is TRUE

starpval

boolean indicating whether to apply star characters to p values. default is TRUE

digs

the number of digits to round the values to. default is 3

knit_cis

boolean indicating if the confidence intervals should be knit into an extra variable in the format "[lwr-upr]"

Examples

gee_model_output()


clmacleod/highlandr documentation built on Oct. 11, 2023, 8:04 p.m.