Description Usage Arguments Value
View source: R/get_beta_list.R
Creates matrix which shows beta effect confidence intervals for each parameter on each species.
1 2 | get_beta_list(draws, beta_shared, beta_ssv, species_names, env_names,
ssv = FALSE)
|
draws |
A set of mcmc draws produced by the GRETA function draws. |
beta_shared |
GRETA array of environmental parameters x species. |
beta_ssv |
GRETA array of species x species with species-speecific parameters defined along the diagonal. Not necessary if ssv=FALSE. |
species_names |
Names of species in data. |
env_names |
Names of environmental parameters. |
ssv |
Whether or not you are calculating species specific parameter values. |
A matrix with lower, mean and upper confidence intervals for beta effects of parmaeters on species presence/absence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.