Description Usage Arguments Value Examples
View source: R/additional_help_functions.R
Function to return random number given a distribution and parameters
1 | random_number_prob_distbn(prob_distbn, param = NULL)
|
prob_distbn |
a probabiltiy distribution and vector of parameters |
param |
param values to define the probability distribution |
random number according to the specified distribution
1 | random_number_prob_distbn("beta",c(0.6,0.2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.