Learn R Programming

ubiquity (version 1.0.0)

simulate_subjects: Run Population Simulations

Description

Used to run Population/Monte Carlo simulations with subjects generated from either provided variance/covariance information or a dataset.

Usage

simulate_subjects(parameters, cfg,
  progress_message = "Simulating Subjects:")

Arguments

parameters

list containing the typical value of parameters

cfg

ubiquity system object

progress_message

text string to prepend when called from the ShinyApp

Value

Mapped simulation output with individual predictions, individual parameters, and summary statistics of the parameters. The Vignettes below details on the format of the output.

Details

For more information on setting options for population simulation see the stochastic section of the system_set_option help file.

See Also

Vignette on simulation (vignette("Simulation", package = "ubiquity")) titration (vignette("Titration", package = "ubiquity")) as well as som_to_df