NaiveBoot_dep: The Naive Bootstrap

View source: R/NaiveBoot_dep.R

NaiveBoot_depR Documentation

The Naive Bootstrap

Description

The Naive Bootstrap

Usage

NaiveBoot_dep(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

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

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to NaiveBoot_dep in Omisc...