Description Usage Arguments Value Author(s) Examples
Convert indexes given by to triplet '(idx, group, replicate)' to the (one-dimensional) index used in the grouped and replicated model
1 2 3 4 5 6 |
idx |
The index within the basic model. (Legal values from ‘1’ to ‘n’.) |
n |
The length ‘n’ of the basic model. |
group |
The index within group. (Legal values from ‘1’ to ‘ngroup’.) |
ngroup |
Number of groups. |
replicate |
The index within replication. (Legal values from ‘1’ to ‘nrep’.) |
nrep |
Number of replications. |
inla.idx
returns indexes in the range ‘1’ to ‘n*ngroup*nrep’
representing where the triplet ‘(idx,group,replicate)’ is stored
internally in the full grouped and replicated model.
Havard Rue hrue@math.ntnu.no
1 | ##TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.