Refernce paper

Install BiDAG package

Postby zgong001 » Tue Jun 12, 2018 3:41 pm

1. Firstly, you need install R and RStudio. (If you already have it, you could ignore this step.)

2. Install package "BiDAG": execute " install.packages("BiDAG") " in the Console of your R or Rstudio.

In the process of installation of "BiDAG", you may find you missed some package and you need install these dependent packages for ubuntu and R.

To install ubuntu dependent package: such as libcurl4-openssl-dev, libgmp3-dev, libv8-3.14-dev, and so on, you need execute the following in the terminal:

    apt-get update (This is to get the updated version of the packages.)
    sudo apt-get install XXXX. (XXXX means the dependent package)

To install R dependent package, execute the following in R:
    source("https://bioconductor.org/biocLite.R")
    biocLite("XXXX") (XXXX means the dependent package)


3. Use package "BiDAG": library(BiDAG)
zgong001
 
Posts: 463
Joined: Thu Nov 16, 2017 11:10 am

Refernce paper

Postby cwyoo » Thu Oct 10, 2019 3:13 pm

Please see

Board index ‹ Theory & Concepts ‹ Causality ‹ R package for Bayesian Inference for DAG (BiDAG) at http://smlg.fiu.edu/phpbb/viewtopic.php?f=82&t=167#p1239
cwyoo
Site Admin
 
Posts: 378
Joined: Sun Jun 22, 2014 2:38 pm


Return to R package for Bayesian Inference for DAG (BiDAG)

Who is online

Users browsing this forum: No registered users and 1 guest

cron