estimate_confidenceIvlev: estimate_confidenceIvlev estimate confidence intervals for...

View source: R/estimate_confidenceIvlev.R

estimate_confidenceIvlevR Documentation

estimate_confidenceIvlev estimate confidence intervals for chocIvlev analysis

Description

estimate_confidenceIvlev estimate confidence intervals for chocIvlev analysis

Usage

estimate_confidenceIvlev(
  mychocIvlev,
  conf = 0.95,
  nb_replicates = 500,
  ncores = 1,
  progressbar = TRUE
)

Arguments

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)

Value

an updated version of mychoc with two columns added to mychoc$grid which corresponds to the bounds of the confidence interval


Irstea/chocR documentation built on June 12, 2022, 8:28 p.m.