Description Usage Arguments Details Value
Bag of Little Bootstrap for Linear Regression
1 |
formula |
The formula for linear regression, using ~ operator |
s |
Number of subsamples |
r |
Times of resampling performed on each subsample |
data |
A data frame |
parallel |
Logical indicating whether parallel computation should be used. See 'details'. |
Split the training data into s parts and resampling r times for each part; then fit lm model given the formula for each resamples. If you choose to use parallel computation, use "plan(multiprocess, workers = number of cores you want to use)" from furrr package first.
A list of list of coefficients and sigma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.