A data.table representation of a PCM object
PCMTable(model, skipGlobalRegime = FALSE, addTransformed = TRUE,
removeUntransformed = TRUE)
a PCM object.
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).
logical. If TRUE (the default), columns for the transformed version of the transformable parameters will be added.
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.