permutate {HDSpatialScan} | R Documentation |
Permutates the data
Description
This function will permit to permute the data for the MC simulations
Usage
permutate(to_permute, nb_permu)
Arguments
to_permute |
vector. Vector of indices we want to permute. |
nb_permu |
numeric. Number of permutations. |
Value
matrix. Matrix of nb_permu rows and length(to_permute) columns.
[Package HDSpatialScan version 1.0.4 Index]