plot.lm.simpleboot | R Documentation |
Plot regression lines with bootstrap standard errors. This method only works for 2-D regression fits.
## S3 method for class 'lm.simpleboot'
plot(x, add = FALSE, ...)
x |
An object of class |
add |
Switch indicating whether the regression line should be added to the current plot. |
... |
Additional arguments passed down to |
This function plots the data and the original regression line fit
along with +/- 2 bootstrap standard errors at locations specified by
the new.xpts
argument to lm.boot
(or on an evenly spaced
grid).
Nothing is returned.
Roger D. Peng
## None right now
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.