View source: R/TimeTreesFunctions.R
| getTimeTreesIterate | R Documentation |
ignore vector) having ESS
greater than or equal to the specified ess_cutoffgetTimeTreesIterate Iteratively resume getTimeTrees til convergence.
getTimeTreesIterate(
clones,
iterations = 10,
ess_cutoff = 200,
ignore = c("traitfrequencies"),
quiet = 0,
...
)
clones |
a tibble of |
iterations |
Maximum number of times to resume MCMC chain |
ess_cutoff |
Minimum number of ESS for all parameters |
ignore |
Vector of parameters to ignore for ESS calculation |
quiet |
quiet notifications if > 0 |
... |
Additional arguments for getTimeTrees |
For examples and vignettes, see https://dowser.readthedocs.io
A tibble of tidytree and airrClone objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.