Learn R Programming

algebraic.dist (version 0.9.1)

params.beta_dist: Retrieve the parameters of a beta_dist object.

Description

Retrieve the parameters of a beta_dist object.

Usage

# S3 method for beta_dist
params(x)

Value

A named numeric vector with elements shape1 and shape2.

Arguments

x

A beta_dist object.

Examples

Run this code
params(beta_dist(2, 5))

Run the code above in your browser using DataLab