View source: R/elicitExtension.R
elicitExtension | R Documentation |
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.
elicitExtension()
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.
A list, with two objects of class elicitation
.
See fitdist
for details.
Jeremy Oakley <j.oakley@sheffield.ac.uk>
## Not run:
elicitExtension()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.