View source: R/careFlowMiner.wrapper.R
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)
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
)
|
objCFM |
the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.