comparison.gconsensus {gconsensus} | R Documentation |
Obtains a set of generalized consensus estimates by different statistical methods for comparison purposes.
Description
Obtains a set of generalized consensus estimates.
Usage
comparison.gconsensus(x, methods, build.model = NULL, get.samples = NULL)
Arguments
x |
consensus object, containing the definition of the participants' information. |
methods |
vector of strings, containing the statistical methods to be used in obtaining the consensus values. |
build.model |
function, NULL by default, the current function to build a JAGS measurand model. |
get.samples |
function, NULL by default, the current function to obtain CORA samples out of the JAGS model. |
Details
The default function requires the default parameters (x, ...), the next version will replace the formal parameters with the default signature.
Value
fit |
a data.frame object, consensus value estimates by the specified methods |
gconsensus |
the current estimated gconsensus as provided in the x parameter |
total.included.participants |
a numeric, the current number of included participating sources |
Author(s)
Hugo Gasca-Aragon
Maintainer: Hugo Gasca-Aragon <hugo_gasca_aragon@hotmail.com>
See Also
gconsensus
, print.comparison
, plot.comparison