| organise.pars | R Documentation |
Takes a vector of parameters and organises it into separate objects (e.g., a vector of mu parameters, variance-covariance matrices sigma and xi, etc).
organise.pars(pars, n.animals, n.photos, m, block.only = FALSE)
pars |
A numeric vector of parameters |
n.animals |
Integer, number of animals |
n.photos |
Integer vector, number of photos per animal |
m |
Integer, number of dimensions measured |
block.only |
Logical, if TRUE returns only the block matrix |
A list containing:
mus |
Vector of mean parameters |
sigma |
Variance-covariance matrix for animal effects |
xi |
Variance-covariance matrix for measurement error |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.