Random values generation from a Be(a, 1) distribution
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
x <- rbeta1(100, 3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.