bhpm.monitor.defaults {bhpm} | R Documentation |
Generate default variable monitor list for a model.
bhpm.monitor.defaults(model = "BB", hier = 3)
model |
Allowed values are "BB" and "1a" for point-mass and non-point-mass models respectively. |
hier |
Allowed values are 2 and 3 two-level and three-level hierarchies repsectively. |
A dataframe containing the default monitored variables.
R. Carragher
mon <- bhpm.monitor.defaults("BB", 3)
print(mon)
mon <- bhpm.monitor.defaults("BB", 3)
print(mon)