rules | R Documentation |
Sampling rules
Stratified rule 1
Stratified rule 2
AHELS nSamp
AHELS threshold
strat_rule1(n, s, i, strat_mask, add_strata, extraCols, mindist)
strat_rule2(n, s, add_strata, nCount, strata_m, extraCols, mindist)
ahels_nSamp(
nSamp,
nQuant,
tolerance,
nb,
underRep,
ratio,
ratOrderUnder,
matCovDens,
matCovSampDens,
samples,
mats,
vals
)
ahels_threshold(
threshold,
tolerance,
nQuant,
nb,
ratio,
underRep,
ratOrderUnder,
matCovDens,
matCovSampDens,
samples,
mats,
vals
)
mindist |
Numeric. Minimum allowable distance between selected
samples. |
nSamp |
Numeric. Number of desired samples. |
nQuant |
Numeric. Number of quantiles to divide covariates and samples into. Quantiles that do not
cover at least 1 percent of the area of interest will be excluded and be returned as |
tolerance |
Numeric. Allowable tolerance (<= 0.1 (10
added until the |
threshold |
Numeric. Sample quantile ratio threshold. After the threshold |
Allocated samples to be returned by sample_strat()
& sample_ahels()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.