gconsensus {gconsensus} | R Documentation |
Generalized Consensus Contructor
Description
Compute a set of estimates for the generalized consensus value from a set of sources.
Usage
gconsensus(ilab, method = "mean",
build.model = NULL, get.samples = NULL,
config = list(alpha = 0.05,
expansion.factor.type = "naive",
tau = mad(ilab$data$value),
unreliable.uncertainties = FALSE,
MC_samples = 1e5,
MC_burn_in = 1000,
MC_seed = NA,
MC_use.HKSJ.adjustment = FALSE,
filename = "hb_consensus_model.txt"))
Arguments
ilab |
ilab object, containing the definition of the participating source/experts/laboratories. |
method |
string, the current statistical method for estimating the consensus value. The list of current valid methods is:
|
build.model |
a function (NULL by default) to build a JAGS model |
get.samples |
a function (NULL by dafault) to obtain the CODA samples based on the JAGS model |
config |
list, contains the configuration options used in the computational process. The complete list of options is:
|
Details
The consensus estimation will vary with the specified method.
Display can be customized by using the options mechanism. Available options are:
display.signif.digits
an integer representing the number of significant digits to be obtained in the adaptative approach of the Monte Carlo simulation,
display.order
a string ("name", "code", "location", "dispersion") representing the order to be used for displaying the uncertainty contribution,
display.shownames
a boolean, if true source names are used otherwise source codes are used,
display.tab.size
an integer representing the column width used in formating data tables,
display.orientation
a string ("horizontal", "vertical"), plot orientation.
display.expandedUncertainty
a boolean, plot standard uncertainties or expanded uncertainties.
Value
fit |
a data.frame with the value, expanded uncertainty, unit, expansion factor, probability coverage and tau, the between effect uncertainty. |
method |
statistical method used to estimate the consensus value. |
subset |
the subset of included values in the consensus value estimation. |
ilab |
the current participants' information. |
config |
the current configuration options provided for the consensus value estimation process. |
exercise |
the exercise the consensus belongs to. |
measurand |
the measurand the consensus belongs to. |
Author(s)
Hugo Gasca-Aragon
Maintainer: Hugo Gasca-Aragon <hugo_gasca_aragon@hotmail.com>
See Also
doe.gconsensus
, print.gconsensus
, plot.gconsensus