Skip to content

Shiny application for prior elicitation experiments from "Probabilistic elicitation of expert knowledge through assessment of computer simulations"

License

Notifications You must be signed in to change notification settings

ocbe-uio/PriorElicitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI License: GPL-3

Introduction

This is a web application for collecting data from content "specialists" in order to elicit prior distributions. It is written using Shiny, R and Python.

A screenshot

Using

Online version

Please visit the following URL to use the PriorElicitation app on your browser:

https://ocbe.shinyapps.io/elicit/

This online version is currently running on a low-powered server at Shinyapps.io and is prone to instabilities. If you encounter errors while using the software, please use local hosting to run the app from your own computer (next section).

Local hosting

You can host the app on your computer, which is especially useful for developers. The app also runs noticeably faster locally than it does on the Shinyapps server.

Dependencies

The Prior Elicitation Shiny app depends on a few R packages to run. You can either visually check the list below or run that command once to make sure you have all the required dependencies installed:

install.packages(c("shiny", "reticulate", "rdrop2", "shinyjs", "scatterplot3d", "shinycssloaders"))

Running the app

Once you have all dependencies installed, run the following command from an interactive R session:

shiny::runGitHub("PriorElicitation", "ocbe-uio", "release-1.0.0", "Shiny")

If you have Make installed, you can also conviently run PriorElicitation from the command line with make run.

Contributing

This is Open Source software and all contributions are welcome. If you would like to report a bug or request a feature, please open an issue on the Issues page.

Citing

This project uses the Citation File Format (CFF), a human- and machine-readable format in YAML. Please refer to the citation metadata in CITATION.cff. APA- and BibTeX-formatted citations of this software are also available on the "Cite this repository" button at the top of the right panel of the main repository page. Also, please remember to use the Digital Object Identifier shown at the top of this file.

About

Shiny application for prior elicitation experiments from "Probabilistic elicitation of expert knowledge through assessment of computer simulations"

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published