View source: R/ols-plots-data.R
ols_prep_rvsrplot_data | R Documentation |
Data for generating residual vs regressor plot.
ols_prep_rvsrplot_data(model)
model |
An object of class |
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_prep_rvsrplot_data(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.