elicit_surv {expertsurv}R Documentation

Elicit survival judgements interactively and estimate survival models

Description

Opens up a web browser (using the shiny package), from which you can specify judgements and fit distributions for multiple timepoints and experts. Plots of the fitted density functions are provided overlayed on the survival data (where appropriate).

Usage

elicit_surv(compile_mods = NULL)

Arguments

compile_mods

list of compiled stan models generated by compile_stan. Supplying the compiled stan models will greatly speed up the computation of the Bayesian analysis (otherwise each time a stan model is run it will be compiled (and not reused between runs)).

Details

Once the elicitation is complete the analysis can be run. Click "Download R objects" to download the expertsurv object generated from the analysis. Click "Download report" to generate a report including plots and parameter values for the parametric survival models. For detailed instructions use browseVignettes("expertsurv")

Value

If "Download R objects" selected an expertsurv object containing the results of the elicitation and analysis. The object includes:

If "Download report" selected either .html, .pdf or .docx document is downloaded with:

Author(s)

Philip Cooney phcooney@tcd.ie

Examples

if (interactive()) {
elicit_surv()
}

[Package expertsurv version 1.4.0 Index]