PCMGenerateModelTypes.Rd
This function calls `PCMListParameterizations` or `PCMListDefaultParameterizations` and generates the corresponding `PCMParentClasses` and `PCMSpecify` methods in the global environment.
PCMGenerateModelTypes( baseTypes = list(BM = "default", OU = "default", White = "all"), sourceFile = NULL )
baseTypes | a named list with character string elements among
|
---|---|
sourceFile | NULL or a character string indicating a .R filename, to which the automatically generated code will be saved. If NULL (the default), the generated source code is evaluated and the S3 methods are defined in the global environment. Default: NULL. |
This function has side effects only and does not return a value.
PCMListDefaultParameterizations