View source: R/sperrorest_resampling.R
represampling_tile_bootstrap | R Documentation |
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 |
see represampling_factor_bootstrap |
seed1 |
|
oob |
see represampling_factor_bootstrap |
... |
additional arguments to be passed to partition_tiles |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.