diagplot {calib} | R Documentation |
Diagnostic plot for the POM fit
diagplot(pom.out, ptype = "all", ..., cex = 1, oma = c(1, 1, 3, 1))
pom.out |
Output from calib.fit with var.model="POM" |
ptype |
Different diagnostic plot types to display. Takes values "all" for diagnostic plots, "stud" for plot of predicted values versus studentized residuals, "raw" for plot of predicted values versus residuals, "abs" for plot of log predicted values versus log absolute residuals , "cube" for a plot of log predicted values versus cube root squared student residuals |
cex |
Graphing parameter |
oma |
Graphing parameter |
... |
~~Describe ... here~~ |
Note that diagplot is accessed through the plot function. See examples below
Perry Haaland, Daniel Samarov, Elaine McVey
data(HPLC) attach(HPLC) model <- calib.fit(Concentration, Response) plot(model, type = "diagplot")