get_coeff.Rd
Create Coefficients Data Frame
get_coeff( x, standardized = TRUE, ci = 0.95, ci_method = NULL, bootstrap = FALSE, iterations = NULL, effects = "all", digits = 3 )
x | an lm model object |
---|---|
standardized | see regression_coeff() |
ci | 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" |
digits | see regression_coeff() |