Learn R Programming

gconsensus (version 0.3.2)

comparison.gconsensus: 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)

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

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.

Author

tools:::Rd_package_author("gconsensus")

Maintainer: tools:::Rd_package_maintainer("gconsensus")

Details

The default function requires the default parameters (x, ...), the next version will replace the formal parameters with the default signature.

See Also

gconsensus, print.comparison, plot.comparison