sample_tmb | R Documentation |
Sample TMB fit
sample_tmb( fit, nsample = 1000, rng_seed = NULL, random_only = TRUE, verbose = FALSE )
fit |
The TMB fit from [fit_tmb()]. |
nsample |
Number of samples to draw. |
rng_seed |
Seed passed to [set.seed()]. |
random_only |
Logigcal whether to sample only random effects conditional on optimized fixed effect values. |
verbose |
If TRUE prints additional information. |
Fit object with additional list element 'sample'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.