R/pc_stable.R

Defines functions mgm.pc_stable

Documented in mgm.pc_stable

# Returns the directed graph
mgm.pc_stable <- function(ds, graph){

  PcStable <- J("edu/cmu/tetrad/search/PcStable")

  return(get_directed_graph(ds, graph, PcStable))
}
benoslab/causalMGM documentation built on May 29, 2019, 2:06 p.m.