PCMTable.RdA data.table representation of a PCM object
PCMTable( model, skipGlobalRegime = FALSE, addTransformed = TRUE, removeUntransformed = TRUE )
| model | a PCM object. |
|---|---|
| skipGlobalRegime | logical indicating whether a raw in the returned table for the global-scope parameters should be omitted (this is mostly for internal use). Default (FALSE). |
| addTransformed | logical. If TRUE (the default), columns for the transformed version of the transformable parameters will be added. |
| removeUntransformed | logical If TRUE (default), columns for the untransformed version of the transformable parameters will be omitted. |
an object of S3 class PCMTable
This is an S3 generic.