LOCFIT: R and S-Plus Help

plot.scb Plot method for simultaneous confidence bands plot.scb
Usage:


plot.scb(x, add=F, ...)
Description:

Plot method for simultaneous confidence bands created by the scb function.
Arguments:

x
"scb" object created by scb().
add
If true, bands will be added to the existing plot.
Examples:


# corrected confidence bands for a linear logistic model
data(insect)
fit <- scb(deaths ~ lconc, type=4, w=nins, data=insect,
   deg=1, family="binomial", kern="parm")
plot(fit)
See Also:

scb
Key Words:

methods