plot.gconsensus: Plot a gconsensus object

View source: R/plot.gconsensus.R

plot.gconsensusR Documentation

Plot a gconsensus object

Description

Shows the probability distribution of the estimated gconsensus value.

Usage

## S3 method for class 'gconsensus'
plot(x, ...)

Arguments

x

gconsensus object, containing the estimated gconsensus value by the specified statistical method.

...

any additional graphical parameter

Details

The plot shows the confidence interval for each of the participants' values, the consensus value and its confidence interval, on the right side the probability distribution associated with the consensus value is showed and a normal distribution with the same expected value and variace. Formating options of the plot: display.order a string, this is used to order the data source, valid values are: "location" for sorting based on the repoted means, "dispersion" for sorting based on reported variances, any other value for sorting based on typing order. Default value is "location". display.shownames a logical, if true then the participants names are used to identify the ploted values, otherwise the code value is used instead. Default value is FALSE. display.orientation a string, this is used to build the plot vertically or horizontally, valid values are: "horizontal" otherwise vertical is assumed, default value is "horizontal". display.length.out a numeric, this represents the number of points to build the mixture distribution, default value = 101. display.expandedUncertainty a logical, if true then expanded uncertainty is used for plots, otherwise standard uncertainty is used. Default value is FALSE.

Value

a plot object.

Author(s)

Hugo Gasca-Aragon Maintainer: Hugo Gasca-Aragon <hugo_gasca_aragon@hotmail.com>

See Also

gconsensus, print.gconsensus, plot


gconsensus documentation built on Nov. 10, 2022, 5:09 p.m.