Skip to content

jonaszierer/cause

 
 

Repository files navigation

CAUSE: Causal Analysis Using Summary Effect Estimates

This R package implements the CAUSE method described in Morrison et al 2018 (pre-print coming soon).

Get started with an example analysis: https://jean997.github.io/cause/ldl_cad.html

To install:

devtools::install_github("jean997/cause")

You will need both mixsqp and ashr. Please use mixsqp-0.1-97 which is currently the version available through CRAN.

To install development versions you can use

devtools::install_github("stephenslab/mixsqp")
devtools::install_github("stephens999/ashr")

However, right now it is most advisable to use the versions available through CRAN.

Packages

No packages published

Languages

  • R 69.5%
  • C++ 21.5%
  • Python 5.2%
  • TeX 3.8%