Learn R Programming

Omisc (version 0.1.5)

bootsample: bootsample

Description

bootsample

Usage

bootsample(data, size = 1)

Value

a dataset

Arguments

data

a dataset to be bootstrapped

size

the size of the bootstrap sample relative to the original sample

Examples

Run this code
X<-TestData()
Y<-bootsample(X)

Run the code above in your browser using DataLab