boot_fit_loess {bulletr} | R Documentation |
Fit a LOESS model with bootstrap samples
Description
Fit a LOESS model with bootstrap samples
Usage
boot_fit_loess(bullet, groove, B = 1000, alpha = 0.95)
Arguments
bullet |
Bullet as returned from fortify_x3p |
groove |
Groove as returned from get_grooves |
B |
number of Bootstrap samples |
alpha |
The significance level |
[Package bulletr version 0.1 Index]