bin_variable | R Documentation |
Creates a binomial random variable object
bin_variable(trials, prob)
trials |
number of trials |
prob |
probability of success |
an object of class "binvar"
binex <- bin_variable(10, 0.3) binex summary(binex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.