Learn R Programming

CoSMoS (version 2.2.0)

getDistArg: Get argument names of a distribution function

Description

Returns the non-standard argument names of the quantile function q<dist> (i.e. everything except p, lower.tail, and log.p).

Usage

getDistArg(dist)

Value

A character vector of argument names, or NULL (with a message) if the distribution is not defined.

Arguments

dist

distribution name (character), e.g. "paretoII".