项目作者: sanoke

项目描述 :
Treatment Effect Heterogeneity visualization using R
高级语言: R
项目地址: git://github.com/sanoke/hetviz.git
创建时间: 2017-04-07T02:23:56Z
项目社区:https://github.com/sanoke/hetviz

开源协议:GNU General Public License v3.0

下载


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.
    1. # step 1
    2. install.packages("devtools")
    3. # step 2
    4. devtools::install_github("sanoke/hetviz")
    5. # step 3
    6. library(hetviz)
    7. # step 4
    8. 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).