Description Usage Arguments Value See Also
View source: R/calc_pathway_probs.R
Sequential event operations.
The probabilities are calculate with FUN="product"
and the values are calculated with FUN="sum"
.
1 2 3 4 5 6 7 8 | calc_pathway_probs(osNode, FUN, sample_p = FALSE)
## Default S3 method:
calc_pathway_probs(osNode, ...)
## S3 method for class 'costeffectiveness_tree'
calc_pathway_probs(osNode,
FUN = "product", sample_p = FALSE)
|
osNode |
object of class costeffectiveness_tree |
FUN |
sum or product |
sample_p |
Sample from distirbution or use mean values. default: FALSE |
vector of values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.