Learn R Programming

locfit (version 1.1-11)

plot.scb: Plot method for simultaneous confidence bands

Description

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

Usage

plot.scb(x, add=FALSE, ...)

Arguments

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

See Also

scb

Examples

Run this code
# 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)

Run the code above in your browser using DataLab