subsample {sglOptim} | R Documentation |
Pick out a subsample of an object
subsample(data, indices, ...)
data |
a data object |
indices |
a vector of indices to pick out |
... |
not used |
a data object of the same class as data
Martin Vincent