blbglm: bag of little bootstrap for logistic regression model

Description Usage Arguments Value Examples

View source: R/blbglm.R

Description

bag of little bootstrap for logistic regression model

Usage

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

Arguments

formula

formula to use in blbglm

data

data

m

number of splits

B

number of boostraps

family

glm family to specify

Parallel

boolean value to specify whether to use parallelization

Value

blbglm object

Examples

1
2
blbglm(Species ~ Sepal.Length * Sepal.Width, iris[1:100,], 3, 100, family = binomial)
blbglm(Species ~ Sepal.Length * Sepal.Width, iris[1:100,], 3, 100, binomial, TRUE)

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