View source: R/calculateResults.R
calculateResults | R Documentation |
Calculates a confidence interval for several parameters obtained through a Monte Carlo Simulation. This function should be employed only if the standard table supplied with this package is utilized. Prints a .xlsx file in the home directory.
calculateResults(path_file, report_path, confidence_interval)
path_file |
A string containing the path to the folder containing the .csv files created in the monteCarlo function. |
report_path |
A string containing the path to where the report will be saved. |
confidence_interval |
A float. Must be either 0.01, 0.05 or 0.1. |
No R object return, prints an Excel workbook.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.