translatedRandomBeta: Generator of simulated values

View source: R/missingValuesImputation_PeptideLevel.R

translatedRandomBetaR Documentation

Generator of simulated values

Description

Generator of simulated values

Usage

translatedRandomBeta(n, min, max, param1 = 3, param2 = 1)

Arguments

n

An integer which is the number of simulation (same as in rbeta)

min

An integer that corresponds to the lower bound of the interval

max

An integer that corresponds to the upper bound of the interval

param1

An integer that is the first parameter of rbeta function.

param2

An integer that is second parameter of rbeta function.

Value

A vector of n simulated values

Author(s)

Thomas Burger

Examples

translatedRandomBeta(1000, 5, 10, 1, 1)


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.