Description Usage Value Examples
Loads and prepares the experimental data for analysis in Stan.
1 |
N - the number of individuals
N_jk - the number of observed interactions
S - the number of species
A - the number of distinct interactions
P - the number of blocks
y - aboveground biomass measurements
jl - IDs for species j in fertility treatment l
jkl - IDs for interaction between species k on species j in treatment l
jp - IDs for random effect of block p on species j
n_i - number of competitors
1 2 3 | # load data
data_list <- format_data()
str(data_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.