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