c212.sim.control.params {c212} | R Documentation |
This function generates a template for overriding the global simulation parameters used by the model simulation functions (e.g. c212.BB).
c212.sim.control.params(trial.data, model = "1a")
trial.data |
A file or data frame containing the trial data, either for end of trial or interim analysis. |
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
## Not run: data(c212.trial.data) c212.sim.control.params(c212.trial.data) ## End(Not run)