Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Workflow type
R markdown1
Submitter
Tyler Lovelace1
Team
CausalCoxMGM Team1
Space
Independent Teams1
1
Workflow visible to you, out of a total of 1
CausalCoxMGM
Implementation of CausalCoxMGM algorithm and scripts for analysis of simulated and real-world biomedical datasets.
Installation
To install CoxMGM and CausalCoxMGM, run the following command in the terminal:
R CMD INSTALL rCausalMGM
or alternatively:
R CMD INSTALL rCausalMGM/rCausalMGM_1.0.tar.gz
Demonstration of CausalCoxMGM with the WHAS500 dataset
First, we begin by loading the necessray R packages for this analysis.
library(rCausalMGM)
library(survival)
...