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

View source: R/elicitTertiles.R

elicitTertilesR Documentation

Elicit judgements and fit distributions interactively using the tertile method

Description

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

Usage

elicitTertiles()

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: 

elicitTertiles()


## End(Not run)

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