Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.scb

Plot method for simultaneous confidence bands


Description

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

Usage

## S3 method for class 'scb'
plot(x, add=FALSE, ...)

Arguments

x

scb object created by scb.

add

If TRUE, bands will be added to the existing plot.

...

Arguments passed to and from other methods.

See Also

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)

locfit

Local Regression, Likelihood and Density Estimation

v1.5-9.4
GPL (>= 2)
Authors
Catherine Loader [aut], Jiayang Sun [ctb], Lucent Technologies [cph], Andy Liaw [cre]
Initial release
2020-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.