PCMBase (version 1.2.10)

PCMTable: 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.

Value

an object of S3 class PCMTable

Details

This is an S3 generic.