| mc_list2vec | R Documentation |
This function takes a list of parameters and tranforms to a vector.
mc_list2vec(list_initial, list_power_fixed)
list_initial |
A list specifying initial values. |
list_power_fixed |
A list of logical operators specyfing if the power parameter should be estimated or not. |
It is an internal function, in general the users never will use this function. It will be useful, only if the user wants to implement a different variance-covariance matrix.
A list with the following components:
A numeric vector containing the initial values of the regression parameters stacked across all response variables.
A numeric vector containing the initial values of the covariance-related parameters, including dispersion, power, and correlation parameters, after removing fixed power parameters.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.