knitr::opts_chunk$set( fig.width = 7, fig.height = 5, dev = "CairoPNG", echo = FALSE, warning = FALSE, message = FALSE )
Cost Risk Analysis Report
library(prvm) library(mc2d) library(dplyr) library(ggplot2) library(knitr)
#cost = rpert(10000,.8,1,1.3)*10000000 load(params$path) ref_Total = params$ref_Total pdf_cost = mc_plot(cost) pt_cost = p_table(cost,reference = ref_Total) st_cost = stat_table(cost,reference = ref_Total)
pdf_cost
knitr::kable(pt_cost)
knitr::kable(st_cost)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.