Description Usage Arguments Value Author(s) See Also
This function simplifies generating the matrix of parameter covariances from a matrix of mean parameters.
1 2 3 | generateParameterCovarianceMatrix(muM,
statesNamesFrom = (dimnames(muM@list.matrix)["from"])[[1]],
statesNamesTo = statesNamesFrom)
|
muM |
a |
statesNamesFrom |
a list of names of states in the model. By default list(State 1, State 2, ..., State N) |
statesNamesTo |
a list of names of states in the model. By default list(State 1, State 2, ..., State N) |
a transition.structure
of dimension N x N
of covariance matrices for the parameters
.
Luisa Salazar Vizcaya, Nello Blaser, Thomas Gsponer
transition.structure
,
generateParameterMatrix
, simulateCohort
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.