Description Usage Arguments Value
Assemble list of data to be passed to rstan::stan()
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
psm |
A data frame with rows corresponding to observations, including columns named
|
X |
A matrix with rows corresponding to sites and columns corresponding to landscape variables, to be modeled as either normal- or gamma-distributed. |
normal_indx |
An integer vector giving indices of columns of |
gamma_indx |
An integer vector giving indices of columns of |
L |
Integer giving the number of latent landscape factors to fit. |
I0_Z |
Integer (0/1) indicating whether to include main effects of latent landscape factors on pre-spawning mortality risk. |
I_su |
Integer (0/1) indicating whether to include a main effect of summer precipitation on pre-spawning mortality risk. |
I_su_Z |
Integer (0/1) indicating whether to include interactions between summer precipitation and latent landscape factors on pre-spawning mortality risk. |
I_fa |
Integer (0/1) indicating whether to include a main effect of fall precipitation on pre-spawning mortality risk. |
I_fa_Z |
Integer (0/1) indicating whether to include interactions between fall precipitation and latent landscape factors on pre-spawning mortality risk. |
I_fit |
Integer vector (0/1) of length |
I_lpd |
Integer vector (0/1) of length |
A named list of data to be passed to SEMPSM::sem_psm()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.