fuseInfo is used to generate tables to summarise which model component and parameters are used given the model id. This is important for calculating the posterior distribution of parameter values and model structures.

fuseInfo(mid)

Arguments

mid

FUSE model structure ID number (integer from 1 to 1248).

Examples

# NOT RUN {
  fuseInfo(mid=60)
# }