View source: R/bm_ModelAnalysis.R
bm_ModelAnalysis | R Documentation |
This function return differents graphs to help analyse the single models.
bm_ModelAnalysis(
bm.mod,
models.chosen = "all",
do.plot = TRUE,
color.by = "full.name"
)
bm.mod |
a |
models.chosen |
a |
do.plot |
a |
color.by |
a |
All the plots will be made for the models, independently to the different models assumptions. It is up to the user to interpret the graphs in the light of the model assumptions.
a plot residuals ~ observations to detect outliers
a histogramm of the residuals
a qqplot of the residuals
plot residuals ~ fitted
a plot of the different Rsquared available (Rsquared, Rsquared_aj, Psquared)
Hélène Blancheteau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.