enlist_coefs: Enlist Coefficients

View source: R/enlist_coefs.R

enlist_coefsR Documentation

Enlist Coefficients

Description

Takes a model object and creates a list of coefficients that can be referenced throughout an R markdown file.

Usage

enlist_coefs(model, correct = NA, ...)

Arguments

model

A model object with a summary method

correct

Regular expressions targeting coefficients to bonferroni correct

...

Additional arguments if model is a brmsfit, see docs for tidy_brmsfit for options

Value

A list of coefficient descriptions of the form (Beta = b, s.e.=se, z=z, p=p) for latex output

Examples

enlist_coefs(lm(mpg~cyl, data = mtcars))

tsostarics/sostools documentation built on Nov. 22, 2022, 7:26 p.m.