PCMBase (version 1.2.10)

PCMTableParameterizations: Cartesian product of possible parameterizations for the different parameters of a model

Description

This function generates a data.table in which each column corresponds to one parameter of model and each row corresponds to one combination of parameterizations for the model parameters, such that the whole table corresponds to the Cartesian product of the lists found in `listParameterizations`. Usually, subsets of this table should be passed to `PCMGenerateParameterizations`

Usage

PCMTableParameterizations(model,
  listParameterizations = PCMListParameterizations(model, ...), ...)

Arguments

model

a PCM object.

listParameterizations

a list returned by a method for `PCMListParameterizations`. Default: `PCMListParameterizations(model, ...)`.

...

additional arguments passed to `PCMListParameterizations(model, ...)`.

Value

a data.table object.