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`

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.