Description Usage Arguments Value Author(s) Examples
View source: R/bhpm.global.sim.param.defaults.R
Generate default global simulation parameters for a model.
1 | bhpm.global.sim.param.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 global simulation parameters.
R. Carragher
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.