View source: R/statistics.plot.R
add.regress.conf | R Documentation |
add.regress.conf(
model,
x = NULL,
col = "#55555540",
conf = c(0.025, 0.975),
border = FALSE,
trendline = FALSE,
n = 1000,
...
)
model |
A bootstrap object (i.e. a dataframe) containing bootstrapped estimates of m and b. |
col |
The desired color of the confidence band. We recomend colors with transparency for plotting. |
conf |
The quantile ranges for the plotting (default is 95 \itemborderDo you want a border on the shaded confidence interval? \itemtrendlineShould the maximum liklihood values be plotted as a trendline? \itemnew.xThe x values for which predictions are required. |
Add confidence bands to a figure based on results of a bootstrap. Thomas Bryce Kelly Statistics Uncertainty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.