bootsample {Omisc} | R 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)
[Package Omisc version 0.1.5 Index]