plot.scb | R Documentation |
Plot method for simultaneous confidence bands created by the
scb
function.
## S3 method for class 'scb'
plot(x, add=FALSE, ...)
x |
|
add |
If |
... |
Arguments passed to and from other methods. |
scb
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.