Learn R Programming

EpiNow2 (version 1.7.1)

get_distribution: Get the distribution of a <dist_spec>

Description

[Experimental]

Usage

get_distribution(x, id = NULL)

Value

A character string naming the distribution (or "nonparametric")

Arguments

x

A <dist_spec>.

id

Integer; the id of the distribution to use (if x is a composite distribution). If x is a single distribution this is ignored and can be left at its default value of NULL.

Examples

Run this code
dist <- Gamma(shape = 3, rate = 2, max = 10)
get_distribution(dist)

Run the code above in your browser using DataLab