View source: R/missingValuesImputation_PeptideLevel.R
translatedRandomBeta | R Documentation |
Generator of simulated values
translatedRandomBeta(n, min, max, param1 = 3, param2 = 1)
n |
An integer which is the number of simulation (same as in rbeta) |
min |
An integer that corresponds to the lower bound of the interval |
max |
An integer that corresponds to the upper bound of the interval |
param1 |
An integer that is the first parameter of rbeta function. |
param2 |
An integer that is second parameter of rbeta function. |
A vector of n simulated values
Thomas Burger
translatedRandomBeta(1000, 5, 10, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.