Learn R Programming

RBaM (version 1.1.1)

getParNames: Get parameter names

Description

Get parameter names for a distribution d

Usage

getParNames(d)

Value

A character vector with parameter names.

Arguments

d

Character (possibly vector), distribution (possibly distributions)

Examples

Run this code
parnames <- getParNames('GEV')
npar <- length(getParNames('Gumbel'))

Run the code above in your browser using DataLab