aggregate_elicitations: Pool elicitations data

Description Usage Arguments Value Examples

Description

Pool elicitations data

Usage

1
2
3
4
aggregate_elicitations(elcs)

## S3 method for class 'elc.agg'
print(elcs, ...)

Arguments

elcs

a list of elicitation inputs

...

additional arguments passed to the integrator or to the methods

Value

An aggregated elicitation object

Examples

1
2
3
4
5
6
expert1 <- input_norm(c(10, 2))
expert2 <- input_gamma(c(0.1, 0.01))

# Aggregated expert
experts <- aggregate_elicitations(list(expert1, expert2))
experts

Sheffield-Diffusion-Curve/DCGen documentation built on May 30, 2019, 1:35 p.m.