formatGLMTable: Formatting GLM results for table export

Description Usage Arguments Author(s) Examples

View source: R/formatGLMTable.R

Description

This function creates a formatted table including output from common GLM models.

Usage

1
formatGLMTable(model = NULL, round_dec = 2, lm.ci = FALSE, ...)

Arguments

model

Data needs to be entered that includes relevant variables for the baseline table

round_dec

Number of decimal spaces to-be-included in baseline Table. Default is 2

lm.ci

Indicate if 95% confidence interval from LM should be included in output. Default is FALSE.

...

Other arguments from getGLMTable

Author(s)

Nils Kappelmann

Examples

1
2
3
data(airquality)
model = lm(Temp ~ Wind, data = airquality)
formatGLMTable(model = model)

nkappelmann/PubHelper documentation built on Aug. 7, 2021, 5:09 a.m.