Description Usage Arguments Value
View source: R/capri.hypotheses.R
Add all the hypotheses related to a group of events
1 2 3 4 5 6 7 8 9 10 11 | hypothesis.add.group(
x,
FUN,
group,
pattern.cause = "*",
pattern.effect = "*",
dim.min = 2,
dim.max = length(group),
min.prob = 0,
silent = FALSE
)
|
x |
A TRONCO compliant dataset. |
FUN |
Type of pattern to be added, e.g., co-occurance, soft or hard exclusivity. |
group |
Group of events to be considered. |
pattern.cause |
Possibile causes for the pattern. |
pattern.effect |
Possibile effects for the pattern. |
dim.min |
Minimum cardinality of the subgroups to be considered. |
dim.max |
Maximum cardinality of the subgroups to be considered. |
min.prob |
Minimum probability associated to each valid group. |
silent |
A parameter to disable/enable verbose messages. |
A TRONCO compliant object with the added hypotheses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.