powered by
Get coefficients from the model summary
getCoefficients(model)
data.frame of coeffcients
lm model
Jayachandra N
getCoefficients
model <- lm(Sepal.Length ~ ., iris) # A linear regression model getCoefficients(model)
Run the code above in your browser using DataLab