Description Usage Arguments Value
Pretty format results from models
1 2 3 4 5 6 7 8 | pretty_mod(
mod,
type = "binomial",
digits = 2,
flex_caption = NULL,
expo = TRUE,
skip = 1
)
|
mod |
(object): a model object |
type |
(character): the type of model (i.e. 'binomial', 'negbin', 'surv', 'ordinal', 'lm') |
digits |
(integer): precision of result |
flex_caption |
(character): caption for flex table |
expo |
(Boolean): take exponential function of estimate |
(list): data.frame of results or df and flextable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.