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))
}
benoslab/causalMGM documentation built on May 29, 2019, 2:06 p.m.