View source: R/runSimulation.R
captoolSim | R Documentation |
Captool simulations
captoolSim(fit, p = c(3.5, 13.87, 0.1), nsim = 15000, cv = 0.2, useEst = FALSE)
fit |
maturity object |
p |
parameter vector of length 3, p1, p2 and p3. Defaults to values used in 2011. |
nsim |
number of simulations |
cv |
numeric, coefficient of variation. |
useEst |
If TRUE, the parameters from fit is used. If FALSE the specified p-vector is used. |
list containing simulations and quantiles (50
## Not run:
captoolSim(mFit, nsim = 15000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.