bootsample: bootsample

Description Usage Arguments Value Examples

View source: R/bootsample.R

Description

bootsample

Usage

1
bootsample(data, size = 1)

Arguments

data

a dataset to be bootstrapped

size

the size of the bootstrap sample relative to the original sample

Value

a dataset

Examples

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

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