gm_mean_ci {tbrf} | R Documentation |
Returns the Geomean and CI
Description
Generates Geometric mean and confidence intervals using bootstrap.
Usage
gm_mean_ci(
window,
conf = 0.95,
na.rm = TRUE,
type = "basic",
R = 1000,
parallel = "no",
ncpus = getOption("boot.ncpus", 1L),
cl = NULL,
zero.propagate = FALSE
)
Arguments
window |
vector of data values |
conf |
confidence level of the required interval. |
na.rm |
logical |
type |
character string, one of |
R |
the number of bootstrap replicates. see |
parallel |
The type of parallel operation to be used (if any). see
|
ncpus |
integer: number of process to be used in parallel operation. see
|
cl |
optional parallel or snow cluster for use if |
zero.propagate |
logical |
Value
named list with geometric mean and (optionally) specified confidence interval
[Package tbrf version 0.1.6 Index]