blblm: bag of little bootstrap for linear regression model

Description Usage Arguments Value Examples

View source: R/blblm.R

Description

bag of little bootstrap for linear regression model

Usage

1
blblm(formula, data, m = 10, B = 5000, Parallel = FALSE)

Arguments

formula

formula to use in blblm

data

data

m

number of splits

B

number of boostraps

Parallel

boolean value to specify whether to use parallelization

Value

blblm object

Examples

1
2
blblm(mpg ~ wt * hp, data = mtcars, m = 3, B = 100, Parallel = FALSE)
blblm(mpg ~ wt * hp, data = mtcars, m = 3, B = 100, Parallel = TRUE )

McChickenNuggets/blblm documentation built on March 22, 2021, 1:45 p.m.