PCMSpecify {PCMBase} | R Documentation |
Parameter specification of PCM model
Description
The parameter specification of a PCM model represents a named list with an entry for each parameter of the model. Each entry in the list is a structure defining the S3 class of the parameter and its verbal description. This is an S3 generic. See 'PCMSpecify.OU' for an example method.
Usage
PCMSpecify(model, ...)
Arguments
model |
a PCM model object. |
... |
additional arguments used by implementing methods. |
Value
a list specifying the parameters of a PCM.
[Package PCMBase version 1.2.14 Index]