monticarleer | R Documentation |
Do a Monte Carlo simulation with a list of distribution proporties and a formula using them
monticarleer( prmlst, my.formula = "a * b ^ c", n = 1000, tbl_out = FALSE, plot = TRUE, nbin = 50, verbose = FALSE, saveplot = FALSE, fn = "mc_plot" )
prmlst |
List with items of the class distlist |
n |
Integer. Number of samples to draw |
tbl_out |
Logical. Return the tibble |
plot |
Logical. Plot or not |
nbin |
Integer. Number of bins |
saveplot |
Logical. Save the plot to file or not |
fn |
Character. Filename (and path) to be used if saveplot = TRUE. Default to "mc_plot" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.