represampling_tile_bootstrap
performs a non-overlapping spatial
block bootstrap by resampling at the level of rectangular partitions or
'tiles' generated by partition_tiles.
represampling_tile_bootstrap(data, coords = c("x", "y"), repetition = 1, nboot = -1, seed1 = NULL, oob = FALSE, ...)
data |
|
---|---|
coords | vector of length 2 defining the variables in |
repetition | numeric vector: cross-validation repetitions
to be generated. Note that this is not the number of repetitions,
but the indices of these repetitions. E.g., use |
nboot | |
seed1 |
|
oob | |
... | additional arguments to be passed to partition_tiles |