View source: R/runGroupsBoot.R
single_boot_run | R Documentation |
Single run of a bootstrap.
single_boot_run(iBoot, startSeed, eList, type_results, jitterOn, V,
blockLength, type)
iBoot |
description |
startSeed |
setSeed value. Defaults to 494817. This is used to make repeatable output. |
eList |
named list with at least the Daily, Sample, and INFO dataframes |
type_results |
data frame returned from either |
jitterOn |
logical, if TRUE, adds "jitter" to the data in an attempt to avoid some numerical problems. Default = FALSE. See Details below. |
V |
numeric a multiplier for addition of jitter to the data, default = 0.2. |
blockLength |
integer size of subset, expressed in days. 200 days has been found to be a good choice. |
type |
Character either "pair" or "group". |
list of xConc, xFlux, pConc, pFlux
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.