enlist_coefs | R Documentation |
Takes a model object and creates a list of coefficients that can be referenced throughout an R markdown file.
enlist_coefs(model, correct = NA, ...)
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 |
A list of coefficient descriptions of the form (Beta = b, s.e.=se, z=z, p=p) for latex output
enlist_coefs(lm(mpg~cyl, data = mtcars))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.