get_theta_inits: Helper function for getting the initial theta values,...

View source: R/initial-estimates.R

get_theta_initsR Documentation

Helper function for getting the initial theta values, including bounds and the presence of FIXED parameters.

Description

Helper function for getting the initial theta values, including bounds and the presence of FIXED parameters.

Usage

get_theta_inits(ctl, mark_flags = NULL)

Arguments

ctl

an nmrec ctl object.

mark_flags

A vector of NONMEM flags (i.e. valueless options such as FIXED or SD). For each specified flag, construct a boolean vector (for THETA) or matrix (for OMEGA and SIGMA) indicating whether the flag is "active" for the value. Any valid spelling of the flag name is allowed. See ?nmrec::extract_theta for more details.


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.