View source: R/summary.loess.boot.R
summary.loess.boot | R Documentation |
Summary method for class "loess.boot".
## S3 method for class 'loess.boot'
summary(object, ...)
object |
Object of class loess.boot |
... |
Ignored |
same as print lowess.boot data.frame including;
nreps Number of bootstrap replicates
confidence Confidence interval (region)
span alpha (span) parameter used loess fit
degree polynomial degree used in loess fit
normalize Normalized data (TRUE/FALSE)
family Family of statistic used in fit
parametric Parametric approximation (TRUE/FALSE)
surface Surface fit, see loess.control
data data.frame of x,y used in model
fit data.frame including:
x - Equally-spaced x index (see NOTES)
y.fit - loess fit
up.lim - Upper confidence interval
low.lim - Lower confidence interval
stddev - Standard deviation of loess fit at each x value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.