Get a list of PCM models currently implemented
PCMModels(pattern = NULL, parentClass = NULL, ...)
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. |
a character vector of the model classes found.
The function is using the S3 api function methods
looking
for all registered implementations of the function PCMSpecify
.
PCMModels()#> [1] "BM" "DOU" "JOU" "OU" "White"PCMModels("^OU")#> [1] "OU"