Learn R Programming

ubiquity (version 2.1.0)

system_simulate_estimation_results: Simulate Results at Estimates

Description

Simulates the system at the parameter estimates pest for creating diagnostic plots

Usage

system_simulate_estimation_results(pest, cfg, details = FALSE)

Value

observations in a list, see system_od_general when estimation=FALSE

Arguments

pest

vector of parameters

cfg

ubiquity system object

details

set TRUE to display information about cohorts as they are simulated (useful for debugging)

See Also

system_define_cohort, system_plot_cohorts and the vignette on parameter estimation (vignette("Estimation", package = "ubiquity"))