NaiveBoot: The Naive Bootstrap

Description Usage Arguments Value Examples

View source: R/NaiveBoot.R

Description

The Naive Bootstrap

Usage

1
NaiveBoot(data, B = 1000, groups = NULL, keepgroups = F, size = 1)

Arguments

data

data to be bootstrapped

B

number of bootstrap samples to take

groups

grouping variable if there is one

keepgroups

keep the grouping variable?

size

size of the bootstrap resamples relative to the original sample

Value

a list of bootstrap resamples

Examples

1
2
X<-TestData()
Y<-NaiveBoot(X)

okeep/Omisc documentation built on March 5, 2022, 12:32 a.m.