View source: R/mc_updatedBeta.R
mc_updateBeta | R Documentation |
This function update a list of regression parameters. It will be useful only inside the fitting algorithm.
mc_updateBeta(list_initial, betas, information, n_resp)
list_initial |
A list of initial values. |
betas |
A vector with actual regression parameters values. |
information |
A list with information about the number of parameters in the model. In general the output from mc_getInformation. |
n_resp |
A numeric specyfing the number of response variables. |
A list with updated values of the regression parameters.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.