Description Usage Arguments Examples
This function grabs the coefficients of a linear model.
1 | grab_coefs(lm_obj)
|
lm_obj |
the linear model created by the lm function |
1 2 3 | library(palmerpenguins)
fit <- lm (bill_length_mm ~., data = penguins[,-8])
grab_coefs(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.