powered by
Dotplot for lm coefficients
# S3 method for lm coefplot(...)
All arguments are passed on to coefplot.default. Please see that function for argument information.
coefplot.default
A ggplot object. See coefplot.lm for more information.
coefplot.lm
A graphical display of the coefficients and standard errors from a fitted lm model
coefplot is the S3 generic method for plotting the coefficients from a fitted model.
coefplot
For more information on this function and it's arguments see coefplot.default
# NOT RUN { model1 <- lm(price ~ carat + cut*color, data=diamonds) coefplot(model1) # }
Run the code above in your browser using DataLab