View source: R/get_coefficients.R
getCoefficients | R Documentation |
Get coefficients from the model summary
getCoefficients(model)
model |
lm model |
getCoefficients
data.frame of coeffcients
Jayachandra N
model <- lm(Sepal.Length ~ ., iris) # A linear regression model
getCoefficients(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.