blblm: Bag of Little Boostraps Linear Regression

Description Usage Arguments Value

View source: R/blblm.R

Description

Bag of Little Boostraps Linear Regression

Usage

1
blblm(formula, data, m = 10, B = 5000, parallel = FALSE, cl = NULL)

Arguments

formula

formula

data

dataset of interest

m

int: number of groups to split data into, used in bootstrapping process

B

int: number of bootstrap samples

parallel

boolean: defines whether or not to use parallelization. Note: if TRUE, run furrr::plan(multisession, worker = desired_number_of_CPUs) in console before using function.

cl

int: desired number of clusters

Value

linear regression model


jwebb1197/Bag_of_Little_Bootstraps documentation built on June 9, 2020, 12:13 a.m.