bootsample: bootsample

View source: R/bootsample.R

bootsampleR Documentation

bootsample

Description

bootsample

Usage

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

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

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

Related to bootsample in Omisc...