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