diagplot {calib}R Documentation

Diagnostic plots for standard curve models in calib

Description

Diagnostic plot for the POM fit

Usage

diagplot(pom.out, ptype = "all", ..., cex = 1, oma = c(1, 1, 3, 1))

Arguments

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~~

Details

Note that diagplot is accessed through the plot function. See examples below

Author(s)

Perry Haaland, Daniel Samarov, Elaine McVey

See Also

calib

Examples

data(HPLC)
attach(HPLC)
model <- calib.fit(Concentration, Response)
plot(model, type = "diagplot")

[Package calib version 0.1.02 Index]