Skip to content

raminty/mcfc01

 
 

Repository files navigation

mcfc01

Monte Carlo's Flying Circus

  • Risk.csv The original list of risks as presented by the A14 project for the event

  • Risk_KA_11.csv The cleaned up file, with probability and costs separated into different columns

  • app.R The Shiny App. https://shiny.rstudio.com/

  • mcfc01.R R code called by the Shiny App. The main engine of the monte carlo simulation

General Procedure

  • Install R https://www.r-project.org/
  • Install RStudio https://www.rstudio.com/
  • From within RStudio, install the following packages:
    • install.packages("shiny")
    • install.packages("tidyverse")
    • install.packages("ggplot2")
    • install.packages("MASS")
  • From within RStudio, open the app.R file
  • Hit [ > Run App ]

Links and References

About

Monte Carlo's Flying Circus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 80.1%
  • Jupyter Notebook 17.3%
  • R 2.6%