View source: R/trinom_density.R
trinom_density | R Documentation |
Calculate Trinomial(N, Pf, Pt) density with given parameters
trinom_density(0.4, 0.1, 4, 1, 10)
x |
Futility probability (pf) |
y |
Toxicity probability (pt) |
f_count |
Futility count (x) |
t_count |
Toxicity count (z) |
N |
Sample size |
The Trinomial(N, Pf, Pt) density at (f_count, t_count)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.