LOCFIT: R and S-Plus Help | ||||
scb(x, ..., mg, flim, type)
scb is implemented as a front-end to locfit,
to compute simultaneous confidence bands using the tube formula
method and extensions, based on Sun and Loader (1994).
Arguments:
A list containing the evaluation points, fit, standard deviations and upper
and lower confidence bounds. The class is "scb"; methods for
printing and ploting are provided.
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)
Sun J. and Loader, C. (1994).
Simultaneous confidence bands in linear regression and smoothing.
The Annals of Statistics 22, 1328-1345.
Key Words:
Sun, J., Loader, C. and McCormick, W. (2000). Confidence bands in generalized linear models. The Annals of Statistics 28, 429-460.
smooth
| ||||
|
Built: Thu Dec 2 16:56:05 EST 2004
Copyright © 2004, Catherine Loader locfit@herine.net | ||||