View source: R/mc_getInformation.R
| mc_getInformation | R Documentation |
This computes all information required about the number of model parameters.
mc_getInformation(list_initial, list_power_fixed, n_resp)
list_initial |
A list of initial values. |
list_power_fixed |
A list of logical specyfing if the power parameters should be estimated or not. |
n_resp |
A number specyfing the nmber of response variables. |
A list containing information about the number of model parameters:
A list with the number of regression parameters
(\beta) for each response variable.
A list with the number of dispersion parameters
(\tau) for each response variable.
A list with the number of power parameters for each response variable, accounting for fixed parameters.
An integer giving the number of correlation parameters.
An integer giving the total number of covariance-related parameters, including power, dispersion, and correlation parameters.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.