Random values generation from a Be(a, 1) distribution | R Documentation |
Random values generation from a Be(a, 1) distribution.
rbeta1(n, a)
n |
The sample size, a numerical value. |
a |
The shape parameter of the beta distribution. |
The function genrates random values from a Be(a, 1) distribution.
A vector with the simulated data.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
kumar.mle, simplex.mle, collogitnorm.mle, propols.reg
x <- rbeta1(100, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.