get_band | R Documentation |
Get confidence bands from (GAM, lm) fit
get_band(fit, xpred, alpha = 0.95)
fit |
an object containing a |
xpred |
a vector with values at which to predict. |
alpha |
the level of confidence to be used in a normal approximation (default is 95%). |
a data.frame with mean, lower and upper predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.