is_gamma_distr: Determine if the object is a valid gamma distribution, as...

View source: R/is_distr.R

is_gamma_distrR Documentation

Determine if the object is a valid gamma distribution, as created by create_gamma_distr

Description

Determine if the object is a valid gamma distribution, as created by create_gamma_distr

Usage

is_gamma_distr(x)

Arguments

x

an object, to be determined if it is a valid gamma distribution

Value

TRUE if x is a valid gamma distribution, FALSE otherwise

Author(s)

Richèl J.C. Bilderbeek

See Also

use is_distr to see if x is any distribution

Examples

check_empty_beautier_folder()

# TRUE
is_gamma_distr(create_gamma_distr())
# FALSE
is_gamma_distr(create_inv_gamma_distr())
is_gamma_distr(NA)
is_gamma_distr(NULL)
is_gamma_distr("nonsense")

check_empty_beautier_folder()

beautier documentation built on Nov. 2, 2023, 5:08 p.m.