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))
}
nehaabraham/causalMGM documentation built on May 24, 2019, 6:11 a.m.