get_coeff: Create Coefficients Data Frame

View source: R/get_coeff.R

get_coeffR Documentation

Create Coefficients Data Frame

Description

Create Coefficients Data Frame

Usage

get_coeff(
  x,
  standardized = TRUE,
  ci_level = 0.95,
  ci_method = NULL,
  bootstrap = FALSE,
  iterations = NULL,
  effects = "all"
)

Arguments

x

an lm model object

standardized

see regression_coeff()

ci_level

see regression_coeff()

ci_method

see regression_coeff()

bootstrap

see regression_coeff()

iterations

see regression_coeff()

effects

"fixed" or "all" fixed and random effects. default is "all"


dr-JT/resultsoutput documentation built on Jan. 4, 2024, 9:09 a.m.