View source: R/mc_variability.R
| mc_variability | R Documentation |
Computes the variability matrix associated with the Pearson estimating function. This function is intended for internal use in the fitting algorithm and implements Equation 8 from Bonat and Jorgensen (2016).
mc_variability(sensitivity, product, inv_C, C, res, W)
sensitivity |
A numeric matrix representing the sensitivity matrix.
Typically obtained from |
product |
A list of numeric matrices, usually used to compute contributions to the variability matrix. |
inv_C |
A numeric matrix representing the inverse of the covariance
matrix, usually obtained from |
C |
A numeric matrix representing the covariance matrix, usually
obtained from |
res |
A numeric vector of residuals, defined as |
W |
A numeric matrix of weights. |
This function implements Equation 8 from Bonat and Jorgensen (2016), which defines the variability matrix used in generalized estimating equations for multiple response variables.
A symmetric numeric matrix representing the variability matrix associated with the Pearson estimating function. The returned object is intended for internal use only.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.