Learn R Programming

simsem (version 0.2-8)

simBeta: Create random beta distribution object

Description

Create random beta distribution object. Random beta distribution object will save shape parameters and non-centrality parameter.

Usage

simBeta(shape1, shape2, ncp=0)

Arguments

shape1
The first shape parameter (alpha)
shape2
The second shape parameter (beta)
ncp
Non-centrality parameter

Value

  • SimBetaRandom Beta Distribution object (SimBeta) that save the specified parameters

See Also

  • VirtualDistfor all distribution objects.

Examples

Run this code
b11 <- simBeta(1, 1)
    run(b11)

Run the code above in your browser using DataLab