View source: R/get_draws_for_parameter.R
get_occ_b | R Documentation |
Get Arrays of Draws from Posterior for Each Parameter
get_occ_b(fit, usesummary = NULL) get_det_b(fit, usesummary = NULL) get_det_re(fit, usesummary = NULL) get_lv_v(fit, usesummary = NULL) get_lv_b(fit, usesummary = NULL) get_lv_v_spatscale(fit, usesummary = NULL) get_lv_v_timescale(fit, usesummary = NULL)
fit |
Fitted model |
usesummary |
is either media, mean, an integer, or a function to apply across draws (it is applied using the |
A named array with the final dimension corresponding to draws from the posterior.
get_det_b
: Get detection loadings for external covariates.
get_det_re
: Get the fitted detection random effects
get_lv_v
: Get fitted latent variable values.
get_lv_b
: Get fitted latent variable loadings.
get_lv_v_spatscale
: Get fitted latent variable spatial correlation scale for jsodm_lv_sepexp model
get_lv_v_timescale
: Get fitted latent variable temporal correlation scale for jsodm_lv_sepexp model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.