elicitQuartiles: Elicit judgements and fit distributions interactively using...

View source: R/elicitQuartiles.R

elicitQuartilesR Documentation

Elicit judgements and fit distributions interactively using the quartile method

Description

Opens up a web browser (using the shiny package), from which you can specify the quartiles, fit distributions and plot the fitted density functions with additional feedback.

Usage

elicitQuartiles()

Details

Parameter limits determine which distributions can be fitted. Finite lower limits are needed for the gamma, lognormal and log-t distributions, and both limits must be finite for to fit a beta distribution. If a histogram is fitted without specifying finite limits, endpoints are chosen based on fitting a normal distribution.

Click the Finish button to quit the elicitation session.

Value

An object of class elicitation, which is returned once the Finish button has been clicked. See fitdist for details.

Author(s)

Jeremy Oakley <j.oakley@sheffield.ac.uk>

Examples


## Not run: 

elicitQuartiles()


## End(Not run)

SHELF documentation built on June 7, 2023, 5:11 p.m.