Skip to content

An R Shiny app complementing riskyr to facilitate teaching and training efforts in risk literacy

Notifications You must be signed in to change notification settings

hneth/riskyrApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riskyrApp

riskyr logo

The riskyrApp is an interactive application that complements the R package riskyr.

Goal

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.

Installation

install.packages("riskyr")  # install riskyr from CRAN client
library("riskyr")           # load the package
# install.packages("devtools")
devtools::install_github("hneth/riskyr")
devtools::install_github("hneth/riskyrApp")

About

spds.uni.kn

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.

Resources

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

Contact

We appreciate your feedback, comments, or questions.

Reference

riskyr logo

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.

About

An R Shiny app complementing riskyr to facilitate teaching and training efforts in risk literacy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages