This R package implements the conditional correlation model in the paper, "CoCoA: Conditional Correlation Models with Association Size" by Tu et al, now in print at Biostatistics. It can be installed via
devtools::install_github("danni-tu/rCoCoA")
The preprint for this paper is also available on bioRxiv.
In the CoCoA model, we consider the coupling between two outcomes
where rCoCoA
package implements three estimators of the the conditional correlation parameters:
- Maximum likelihood (
get_params_mle
) - Restricted maximum likelihood (
get_params_reml
) - Second-order generalized estimating equations (
get_params_gee
).