mc_pearson | R Documentation |
Compute the Pearson estimating function its sensitivity and variability matrices.
mc_pearson( y_vec, mu_vec, Cfeatures, inv_J_beta = NULL, D = NULL, correct = FALSE, compute_sensitivity = TRUE, compute_variability = FALSE, W )
y_vec |
A vector. |
mu_vec |
A vector. |
Cfeatures |
A list of matrices. |
inv_J_beta |
A matrix. |
D |
A matrix. |
correct |
Logical. |
compute_sensitivity |
Logical. |
compute_variability |
Logical. |
W |
Matrix of weights. |
Compute the Pearson estimating function its sensitivity and variability matrices. For more details see Bonat and Jorgensen (2016) equations 6, 7 and 8.
A list with three components: (i) a vector of quasi-score values, (ii) the sensitivity and (iii) variability matrices associated with 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.