PCMModels: Get a list of PCM models currently implemented

View source: R/PCM.R

PCMModelsR Documentation

Get a list of PCM models currently implemented

Description

Get a list of PCM models currently implemented

Usage

PCMModels(pattern = NULL, parentClass = NULL, ...)

Arguments

pattern

a character string specifying an optional for the model-names to search for.

parentClass

a character string specifying an optional parent class of the models to look for.

...

additional arguments used by implementing methods.

Details

The function is using the S3 api function methods looking for all registered implementations of the function PCMSpecify.

Value

a character vector of the model classes found.

Examples

PCMModels()
PCMModels("^OU")

venelin/PCMBase documentation built on March 14, 2024, 8:24 p.m.