Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgovan committed Jul 1, 2024
1 parent cc2d554 commit 587f63d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/PRA)](https://CRAN.R-project.org/package=PRA)
![](http://cranlogs.r-pkg.org/badges/PRA)
![](http://cranlogs.r-pkg.org/badges/grand-total/PRA)
<!-- badges: end -->

Data Analysis for Project Risk Managment via the Second Moment Method (SMM), Monte Carlo (MC) Simulation, Bayesian methods, Design Structure Matrices (DSMs), and more.
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ style="width:25.0%" />
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN
status](https://www.r-pkg.org/badges/version/PRA)](https://CRAN.R-project.org/package=PRA)
![](http://cranlogs.r-pkg.org/badges/PRA)
![](http://cranlogs.r-pkg.org/badges/grand-total/PRA)
<!-- badges: end -->

Data Analysis for Project Risk Managment via the Second Moment Method
Expand Down Expand Up @@ -55,12 +57,12 @@ correlation_matrix <- matrix(c(

results <- mcs(num_simulations, task_distributions, correlation_matrix)
cat("Mean Total Duration:", results$total_mean, "\n")
#> Mean Total Duration: 38.61415
#> Mean Total Duration: 38.6582
```

``` r
cat("Variance of Total Duration:", results$total_variance, "\n")
#> Variance of Total Duration: 19.97797
#> Variance of Total Duration: 19.92074
```

``` r
Expand Down
Binary file modified man/figures/README-example-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 587f63d

Please sign in to comment.