bhpm.global.sim.param.defaults {bhpm} | R Documentation |
Generate default global simulation parameters for a model.
Description
Generate default global simulation parameters for a model.
Usage
bhpm.global.sim.param.defaults(model = "BB", hier = 3)
Arguments
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. |
Value
A dataframe containing the global simulation parameters.
Author(s)
R. Carragher
Examples
g.s.p <- bhpm.global.sim.param.defaults("BB", 3)
print(g.s.p)
g.s.p <- bhpm.global.sim.param.defaults("BB", 3)
print(g.s.p)
[Package bhpm version 1.7 Index]