Learn R Programming

lmomco (version 2.4.14)

prettydist: A Pretty List of Distribution Names

Description

Return a full name of one or more distributions from the abbreviation for the distribution. The official list of abbreviations for the lmomco package is available under dist.list.

Usage

prettydist(x)

Value

A vector of distribution identifiers.

Arguments

x

A vector of lmomco distribution abbreviations.

Author

W.H. Asquith

See Also

dist.list

Examples

Run this code
the.lst <- dist.list() # the authoritative list of abbreviations
prettydist(the.lst)

Run the code above in your browser using DataLab