Learn R Programming

extras (version 0.10.0)

prob_beta: Beta Cumulative Distribution Function

Description

Beta Cumulative Distribution Function

Usage

prob_beta(x, alpha = 1, beta = 1)

Value

An numeric vector of the corresponding probabilities.

Arguments

x

A numeric vector of quantiles.

alpha

The first shape parameter of the beta distribution.

beta

The second shape parameter of the beta distribution.

See Also

Other prob_dist: prob_bern(), prob_beta_binom(), prob_binom(), prob_exp(), prob_gamma(), prob_gamma_pois(), prob_gamma_pois_zi(), prob_lnorm(), prob_neg_binom(), prob_norm(), prob_pois(), prob_pois_zi(), prob_skewlnorm(), prob_skewnorm(), prob_student(), prob_unif()

Examples

Run this code
prob_beta(c(0, 0.5, 1), 2, 3)

Run the code above in your browser using DataLab