Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.11 KB

hetviz

Treatment Effect Heterogeneity visualization using R

Build Status codecov AppVeyor Build Status

See the wiki for detailed instructions and demonstrations.

Install + Deploy

  1. Install and load the devtools package in R, which will facilitate the installation of this package.
  2. Install hetviz.
  3. Load hetviz.
  4. Run hetviz.
# step 1
install.packages("devtools")
# step 2
devtools::install_github("sanoke/hetviz")
# step 3
library(hetviz)
# step 4
hetviz()

Bug Reporting

Report any bugs or suggestions as an issue.

Licensing

The hetviz R package and shiny interface are open source licensed under the GNU Public License, version 3 (GPLv3).