Learn R Programming

RBaM (version 1.1.1)

getCatalogue: BaM catalogue

Description

Distributions and models available in BaM

Usage

getCatalogue(printOnly = FALSE)

Value

If printOnly==FALSE, a list with the following fields:

distributions

available univariate distributions.

models

available models.

Arguments

printOnly

Logical, should the catalogue be returned or only printed?

Examples

Run this code
catalogue <- getCatalogue()
getCatalogue(printOnly=TRUE)

Run the code above in your browser using DataLab