View source: R/mc_correction.R
mc_correction | R Documentation |
Compute the correction term associated with the Pearson estimating function.
mc_correction(D_C, inv_J_beta, D, inv_C)
D_C |
A list of matrices. |
inv_J_beta |
A matrix. In general it is computed based on the
output of the |
D |
A matrix. In general it is the output of the mc_link_function. |
inv_C |
A matrix. In general the output of the mc_build_C. |
It is an internal function useful inside the fitting algorithm.
A vector with the correction terms to be used on the Pearson estimating function.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.