Description Usage Arguments Value
View source: R/distributions.R
Computes the distribution of total capacity based on data by candidate and platform
1 2 3 4 5 6 7 8 9 | overallDistribution(
dcandidate,
targetPermutations,
dplatforms,
poverall,
psubcat,
grid = 1,
target = T
)
|
dcandidate |
data.table with information by candidate |
targetPermutations |
data.table with information about target permutations |
dplatforms |
data.table with information by platform |
poverall |
Overall probability that a vaccine is feasible |
psubcat |
Probability that no problem shows up at the subcategory level |
grid |
Resolution of the grid to compute all distributions |
target |
Whether to allow for target distributions (otherwise all targets succeed with probability 1) |
data.table with the overall distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.