Learn R Programming

Omisc (version 0.1.2)

bootsample: 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

Run this code
# NOT RUN {
X<-TestData()
Y<-bootsample(X)
# }

Run the code above in your browser using DataLab