system_estimate_parameters {ubiquity}R Documentation

Control Estimation Process

Description

Manages the flow of parameter estimation using data specified with system_define_cohort.

Usage

system_estimate_parameters(
  cfg,
  flowctl = "plot guess",
  analysis_name = "my_analysis",
  archive_results = TRUE
)

Arguments

cfg

ubiquity system object

flowctl

string to control what the flow of the function

analysis_name

string containing the name of the analysis

archive_results

boolean variable to control whether results will be archived

Details

The flowctl argument can have the following values

Value

parameter estimates


[Package ubiquity version 2.0.3 Index]