extract_coefficients: Make a model into a tidy object

View source: R/extract_coefficients.R

extract_coefficientsR Documentation

Make a model into a tidy object

Description

extract_coefficients is a function that extracts (and rename) coefficients and CIs (from a list/tibble including columns 'term' and ??)

Usage

extract_coefficients(
  fit,
  replacement_names = NULL,
  model_name = NULL,
  robust_SE = TRUE,
  exponentiate = FALSE
)

Arguments

XXX

describe an input to function

Details

Need to add more details here. Note that robust sandwich se's are defaults


rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.