Description Usage Arguments Value Author(s) Examples
This function generates a template for overriding the global simulation parameters used by the model simulation functions (e.g. bhpm.cluster.BB.hier3).
1 | bhpm.sim.control.params(cluster.data, model = "1a")
|
cluster.data |
A file or data frame containing the cluster data. |
model |
Allowed values are "BB" and "1a" for point-mass and non-point-mass models respectively. |
A dataframe containing the simulation parameters template.
R. Carragher
1 2 3 4 5 6 7 | data(bhpm.cluster.data1)
s.c.p <- bhpm.sim.control.params(bhpm.cluster.data1)
head(s.c.p)
data(bhpm.cluster.data1)
s.c.p <- bhpm.sim.control.params(bhpm.cluster.data1)
head(s.c.p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.