plotBoot | R Documentation |
The function takes an object of class "boot"
and creates an array of density estimates for the bootstrap distributions of the parameters.
plotBoot(object, confint=NULL, ...)
## S3 method for class 'boot'
plotBoot(object, confint=NULL, ...)
object |
an object of class |
confint |
an object of class |
... |
not used |
Creates an array of adaptive kernal density plots, using densityPlot
in the car package, showing the bootstrap distribution, point estimate ,and (optionally) confidence limits for each parameter.
Invisibly returns the object produced by densityPlot
.
John Fox jfox@mcmaster.ca
densityPlot
## Not run:
plotBoot(Boot(lm(prestige ~ income + education + type, data=Duncan)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.