Given an rsplit
object, complement
will determine which
of the data rows are contained in the assessment set. To save space,
many of the rset
objects will not contain indices for the
assessment split.
complement(x, ...)
x | An |
---|---|
... | Not currently used |
A integer vector.
#> [1] 2 3 4 5 6 7fold_rs$splits[[1]]$out_id#> [1] NAcomplement(fold_rs$splits[[1]])#> [1] 1 9 25 27