Regressions

Functions for outputting regressions in a digestible manner.

univAndMultiGLM()

Make a table with univariable and multivariable logistic results

cleanupForMarkdown_univAndMultiGLM()

Extract output from univAndMultiGLM

extract_mod_zeroinf_count()

Extract nice coef table for negative binomial model

format_crr()

Print competing risks regression output with CI and P values

format_tidy_cox()

Print coxph after using tidy

format_tidy_coxme()

Print Cox Mixed effects regression output with CI and P values

format_tidy_gen()

Print generic regression output with CI and P values

format_tidy_lm()

Print linear model after using tidy

myLinear_coefTable()

Extract nice coef table for linear model

myLogistic_coefTable()

Extract nice coef table for binomial model

Miscelaneous

Functions for other tasks.

format_pval()

Format p value

COCreateTableOne()

Wrapper around tableone to print in RMD

ggplotRegression()

Make a crude scatterplot with regression line printed on it