Description Usage Arguments Details Value
Simulates one cycle of the PCR process.
1 | rmultinomxl(n, size, prob, check = TRUE, debug = FALSE)
|
n |
numeric vector with number of observations. |
size |
numeric vector specifying the number of molecules going into the PCR cycle. |
prob |
numeric non-negative matrix of size (x x K) specifying the probability for the K classes. |
check |
logical for extended checking of parameters. |
debug |
logical to print debug information. |
Generate multinomially distributed random number vectors using rmultinomial
.
Handles integer overflow by splitting numbers in chunks and call rmultinomial
repeatedly.
matrix with simulated results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.