rbeta_ms: Random beta distribution with specified mean and sd

View source: R/main.R

rbeta_msR Documentation

Random beta distribution with specified mean and sd

Description

Random beta distribution with specified mean and sd

Usage

rbeta_ms(n = 1, mu = 0.5, sigma = 0.025)

Arguments

n

Number of data points

mu

Mean of random beta distribution

sigma

SD of random beta distribution

Value

a vector of numeric values

Examples

rbeta_ms(n = 5, mu = 0.8, sigma = 0.1)

wjschne/WJSmisc documentation built on June 29, 2023, 8:04 a.m.