PCMParentClasses {PCMBase} | R Documentation |
Parent S3 classes for a model class
Description
Parent S3 classes for a model class
Usage
PCMParentClasses(model)
Arguments
model |
an S3 object. |
Details
This S3 generic function is intended to be specified for user models. This function is called by the 'PCM.character' method to determine the parent classes for a given model class.
Value
a vector of character string denoting the names of the parent classes
[Package PCMBase version 1.2.14 Index]