Learn R Programming

lmomco (version 1.7.3)

prettydist: A Pretty List of Distribution Names

Description

Return a full name of one or more distributions from the abbreviation for the distribution.

Usage

prettydist(x)

Arguments

x
A vector of lmomco distribution abbreviations.

Value

  • A vector of distribution identifiers.

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