get_coeff | R Documentation |
Create Coefficients Data Frame
get_coeff(
x,
standardized = TRUE,
ci_level = 0.95,
ci_method = NULL,
bootstrap = FALSE,
iterations = NULL,
effects = "all"
)
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" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.