sample_tmb | R Documentation |
Sample TMB fit
sample_tmb(
fit,
nsample = 1000,
rng_seed = NULL,
random_only = TRUE,
verbose = FALSE
)
fit |
The TMB fit |
nsample |
Number of samples |
rng_seed |
seed passed to set.seed. |
random_only |
Random only |
verbose |
If TRUE prints additional information. |
Sampled fit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.