Description Usage Arguments Value See Also
View source: R/compute_gee_variance.R
Estimate the estimators' variance using a Generalized Estimation Equations framework
1 | compute_gee_variance(mod, control_arr, diagnosed_arr, est_mu = TRUE)
|
mod |
an object created by estimate_model |
control_arr |
array of correlation matrices of control group. can be passed as a matrix, each row is a vectorized correlation matrix |
diagnosed_arr |
same as control_arr but of the diagnosed group |
est_mu |
whether to use the expected value estimated in the model or the sample average. default TRUE. |
the Fisher information matrix of alpha
estimate_model convert_corr_array_to_data_matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.