Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

residualsStudy

Plot residuals


Description

residualsStudy analyzes the residuals of a model: a plot of the residuals against the index, a plot of the residuals against the fitted values, the representation of the density and a normal Q-Q plot.

Usage

residualsStudy(model)

Arguments

model

a fitted model obtained from modelFit

Author(s)

D. Dupuy

See Also

Examples

data(dataIRSN5D)
X <- dataIRSN5D[,1:5]
Y <- dataIRSN5D[,6]
library(gam)
modAm <- modelFit(X,Y,type = "Additive",formula=formulaAm(X,Y))
residualsStudy(modAm)

DiceEval

Construction and Evaluation of Metamodels

v1.5
GPL-3
Authors
D. Dupuy and C. Helbert
Initial release
2020-05-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.