Description Usage Arguments Value Author(s) Examples
Combines rule-based models into one model.
1 |
rbms |
A list of rule-based models in a strucutre of the main rosetta output. |
defClass |
A character vector containing the outcome values. |
fun |
A character. Define the function of merging rule statistic. Choose between "mean" or "sum". The default is "mean". |
pAdjust |
Logical. Set TRUE to apply rule p-value and relative risk p-value adjustment. Default is TRUE. |
pAdjustMethod |
A character containing the name of the method: holm, hochberg, hommel, bonferroni, BH, BY, fdr or none. Default is bonferroni. |
data frame |
Data frame of combined rules and their values. |
Mateusz Garbulowski
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.