PCMTable {PCMBase} | R Documentation |
A data.table representation of a PCM object
Description
A data.table representation of a PCM object
Usage
PCMTable(
model,
skipGlobalRegime = FALSE,
addTransformed = TRUE,
removeUntransformed = TRUE
)
Arguments
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. |
Details
This is an S3 generic.
Value
an object of S3 class PCMTable
[Package PCMBase version 1.2.14 Index]