getCatalogue {RBaM} | R Documentation |
BaM catalogue
Description
Distributions and models available in BaM
Usage
getCatalogue(printOnly = FALSE)
Arguments
printOnly |
Logical, should the catalogue be returned or only printed? |
Value
If printOnly==FALSE
, a list with the following fields:
- distributions
available univariate distributions.
- models
available models.
Examples
catalogue <- getCatalogue()
getCatalogue(printOnly=TRUE)
[Package RBaM version 1.0.1 Index]