View source: R/ols-residual-plus-component-plot.R
ols_plot_comp_plus_resid | R Documentation |
The residual plus component plot indicates whether any non-linearity is present in the relationship between response and predictor variables and can suggest possible transformations for linearizing the data.
ols_plot_comp_plus_resid(model, print_plot = TRUE)
model |
An object of class |
print_plot |
logical; if |
Chatterjee, Samprit and Hadi, Ali. Regression Analysis by Example. 5th ed. N.p.: John Wiley & Sons, 2012. Print.
Kutner, MH, Nachtscheim CJ, Neter J and Li W., 2004, Applied Linear Statistical Models (5th edition). Chicago, IL., McGraw Hill/Irwin.
ols_plot_added_variable()
, ols_plot_resid_regressor()
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_plot_comp_plus_resid(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.