plot.trafo_lm: Plot for regression models with untransformed and transformed...

Description Usage Arguments References

View source: R/plot.trafo_mod.R

Description

For the untransformed and transformed model a range of plots is returned in order to check model assumptions graphically.

Usage

1
2
## S3 method for class 'trafo_lm'
plot(x, which = "all", ...)

Arguments

x

an object of type trafo_lm

which

one element character that determines the return of plots. For single plot returns the possible values are: "qqplot", "hist", "residVsFitted", "residVsObs", "scatter", "cooks", "scaleLoc", "residLev". The default is set to "all".

...

additional arguments that are not used in this method

References

for panel.cor function used in scatter plot: Smith, C.A., Want, E.J, O'Maille, G.,Abagyan,R. and Siuzdak, G. (2006). XCMS: Processing mass spectrometry data for metabolite profiling using nonlinear peak alignment, matching and identification. Analytical Chemistry, 78, 779-787. also: https://github.com/sneumann/xcms/blame/master/R/functions-xcmsSet.R#L654


akreutzmann/trafo documentation built on Sept. 14, 2020, 9:03 p.m.