R/cpc.R

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

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

  return(get_directed_graph(ds, graph, CPC))
}

Try the causalMGM package in your browser

Any scripts or data that you put into this service are public.

causalMGM documentation built on May 2, 2019, 5:42 a.m.