elicitExtension {SHELF} | R Documentation |
Elicitation with the extension method
Description
Opens up a web browser (using the shiny package), from which you can specify judgements, fit distributions, and produce various plots. Judgements are specified for the distribution of the conditioning variable Y, the median function (median of X given Y), and the distribution of X given that Y takes its median value. Plots are provided for the two elicited distributions, the median function, the conditional distribution of X for any specified Y, and the marginal distribution of X.
Usage
elicitExtension()
Details
Click the "Quit" button to exit the app and return
the results from the fitdist
command. Click "Download report" to generate a report
of all the fitted distributions for each uncertain quantity, and "Download sample" to
generate a csv file with a sample from the marginal distribution of X.
Value
A list, with two objects of class elicitation
.
See fitdist
for details.
Author(s)
Jeremy Oakley <j.oakley@sheffield.ac.uk>
Examples
## Not run:
elicitExtension()
## End(Not run)