The riskyrApp is an interactive application that complements the R package riskyr.
riskyrApp is a teaching tool that showcases some functionality of the R package riskyr. The application is written in R Shiny and allows using the riskyr toolbox without any need for coding.
The main goal of both riskyr and riskyrApp is to communicate and explain common risk literacy measures in a transparent fashion by providing a set of powerful and interactive representations.
- The current release of riskyr is available from CRAN at https://CRAN.R-project.org/package=riskyr:
install.packages("riskyr") # install riskyr from CRAN client
library("riskyr") # load the package
- The most recent development versions can be installed from their GitHub repositories at
- R package code: https://github.com/hneth/riskyr
- R Shiny code: https://github.com/hneth/riskyrApp/
# install.packages("devtools")
devtools::install_github("hneth/riskyr")
devtools::install_github("hneth/riskyrApp")
riskyr originated out of a series of lectures and workshops on risk literacy. Its primary designers are Hansjörg Neth, Felix Gaisbauer, Nico Gradwohl, and Wolfgang Gaissmaier, who are researchers at the department of Social Psychology and Decision Sciences at the University of Konstanz, Germany.
The following resources and versions are currently available:
Type: | Version: | URL: |
---|---|---|
A. riskyr (R package): | Release version | https://CRAN.R-project.org/package=riskyr |
Development version | https://github.com/hneth/riskyr | |
B. riskyrApp (R Shiny code): | Online version | https://riskyr.org |
Development version | https://github.com/hneth/riskyrApp | |
C. Online documentation: | Release version | https://hneth.github.io/riskyr |
Development version | https://hneth.github.io/riskyr/dev |
We appreciate your feedback, comments, or questions.
-
Please report any riskyr-related issues at https://github.com/hneth/riskyr/issues.
-
Email us at contact.riskyr@gmail.com if you want to modify or share this software.
To cite riskyr in derivations and publications use:
- Neth, H., Gaisbauer, F., Gradwohl, N., & Gaissmaier, W. (2021).
riskyr: A toolbox for rendering risk literacy more transparent.
Social Psychology and Decision Sciences, University of Konstanz, Germany.
Computer software (R package version 0.3.0, Mar. 23, 2021).
Retrieved from https://CRAN.R-project.org/package=riskyr.
A BibTeX entry for LaTeX users is:
@Manual{riskyr,
title = {riskyr: A toolbox for rendering risk literacy more transparent},
author = {Hansjörg Neth and Felix Gaisbauer and Nico Gradwohl and Wolfgang Gaissmaier},
year = {2021},
organization = {Social Psychology and Decision Sciences, University of Konstanz},
address = {Konstanz, Germany},
note = {R package (version 0.3.0, Mar. 23, 2021)},
url = {https://CRAN.R-project.org/package=riskyr},
}
Calling citation("riskyr")
in the package also displays this information.