tidy_model: A generic tidier for model outputs

View source: R/tidy_model.R

tidy_modelR Documentation

A generic tidier for model outputs

Description

\lifecycle

experimental

Usage

tidy_model(
  x,
  conf.int = FALSE,
  conf.level = 0.95,
  exponentiate = FALSE,
  quick = FALSE,
  ...
)

Arguments

x

a model object

conf.int

whether to include a confidence interval

conf.level

confidence level of the interval, used only if conf.int=TRUE

exponentiate

whether to exponentiate the coefficient estimates and confidence intervals

quick

whether to compute a smaller and faster version, containing only the term and estimate columns.

...

extra arguments


larmarange/JLutils documentation built on March 24, 2023, 6:39 a.m.