R/cpc.R

Defines functions mgm.cpc

Documented in mgm.cpc

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

  CPC <- J("edu/cmu/tetrad/search/Cpc")

  return(get_directed_graph(ds, graph, CPC))
}
nehaabraham/causalMGM documentation built on May 24, 2019, 6:11 a.m.