CFM.pathBeetweenStackedNodes: CFM: pack start and end nodes and plot the paths

Description Usage Arguments

View source: R/careFlowMiner.wrapper.R

Description

stack two given nodes, respectively start and end, and show all the paths between them. It also allow to stratify for a given covariate (optional)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
CFM.pathBeetweenStackedNodes(
  objCFM,
  fromState,
  toState,
  stratifyFor = "",
  minPath = FALSE,
  stratificationValues = c(),
  fisher.threshold = 0.1,
  kindOfGraph = "dot",
  arcColor = "black",
  arc.fontsize = 10,
  arc.fontcolor = "red",
  arr.States.color = c(),
  set.to.gray.color = "WhiteSmoke",
  p.value.threshold = 0.05
)

Arguments

objCFM

the careFlowMiner obj.


robertogattabs/pMiner.v045 documentation built on July 12, 2021, 6:40 a.m.