translatedRandomBeta: Generator of simulated values

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesImputation_PeptideLevel.R

Description

Generator of simulated values

Usage

1
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

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

DAPAR documentation built on April 11, 2021, 6 p.m.