View source: R/estimate_confidenceIvlev.R
estimate_confidenceIvlev | R Documentation |
estimate_confidenceIvlev estimate confidence intervals for chocIvlev analysis
estimate_confidenceIvlev( mychocIvlev, conf = 0.95, nb_replicates = 500, ncores = 1, progressbar = TRUE )
mychocIvlev |
an object returned by chocIvlev |
conf |
size of the confidence interval |
nb_replicates |
number of replicates used to assess confidence intervals |
ncores |
Number of cores used. The parallelization will take place only if OpenMP is supported (default 1) |
progressbar |
(default TRUE) show progressbar (might be a bit slower) |
an updated version of mychoc with two columns added to mychoc$grid which corresponds to the bounds of the confidence interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.