Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rbeta1

Random values generation from a Be(a, 1) distribution


Description

Random values generation from a Be(a, 1) distribution.

Usage

rbeta1(n, a)

Arguments

n

The sample size, a numerical value.

a

The shape parameter of the beta distribution.

Details

The function genrates random values from a Be(a, 1) distribution.

Value

A vector with the simulated data.

Author(s)

Michail Tsagris

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr

See Also

Examples

x <- rbeta1(100, 3)

Rfast2

A Collection of Efficient and Extremely Fast R Functions II

v0.0.9
GPL (>= 2.0)
Authors
Manos Papadakis, Michail Tsagris, Stefanos Fafalios and Marios Dimitriadis.
Initial release
2021-03-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.