Visualizing the model coefficients and their standard errors is often more intuitive than starring at regression tables. The `coefplot` function allows to easily produce high quality plots of model coefficients.
Here, we plot the coefficients of the `OverallQual` dummy variables.
Here, we plot the coefficients of the `OverallQual` dummy variables in model `fit_04`.
Likewise, a plot of a model's response as a function of selected explanatory variables can help to extract new knowledge from a model. The `plotmo` package offers a great variety of model plotting features, including, for example, 3D model surface plots. Unfortunately, the package does not build on top of `ggplot2` and, hence, the plots are less visually appealing.
Let's first go back to model `fit_08` and visualize the non-linear effect of `GrLivArea` on `SalePrice`.
Let's visualize the non-linear effect of `GrLivArea` on `SalePrice` in model `fit_08`.