Coerce a model object to list
Usage
# S4 method for class 'mrgmod'
as.list(x, deep = FALSE, ...)
Details
If deep
is TRUE
, then the values for trans
, advan
, and mindt
are
returned as well as a summary of internal model functions (with a call to
mrgsolve:::funset()
).
Slots
npar
: number of parametersneq
: number of compartments or differential equationspars
: names of model parameterscovariates
: names of parameters identified as covariatescmt
: names of model compartmentsparam
: the parameter listinit
: initial condition listomega
:$OMEGA
matrices, as amatlist
objectsigma
:$SIGMA
matrices, as amatlist
objectfixed
: named list of$FIXED
valuesmodel
: model nameproject
: model project directorysoloc
: directory where the model is being builtsodll
: complete path to the model shared objectcfile
: path for the model source code fileshlib
: list of compilation informationstart
: simulation start timeend
: simulation end timedelta
: simulation time stepadd
: additional simulation timescapture
: names of captured data itemsrequest
: compartments requested upon simulationcmti
: named indices for current output compartmentscapturei
: named indices for current output capturerandom
: names and labels of$OMEGA
and$SIGMA
code
: model source code fromcfile
details
: model details data framenm_import
: a character vector listing the names of nonmem output files that were read to import estimates from a completed nonmem runcpp_variables
: a data frame listing variables internal to the model cpp fileatol
: see solversettingsrtol
: see solversettingsss_atol
: absolute tolerance to use when advancing to PK steady statess_rtol
: relative tolerance to use when advancing to PK steady statemaxsteps
: see solversettingshmin
: see solversettingshmax
: see solversettingsenvir
: the model environmentplugins
: plugins invoked in the modeldigits
: number of digits to request in simulated datatscale
: multiplicative scalar for time in results onlymindt
: simulation output time below which there model will assume to have not advancedpreclean
: logical indicating to clean up compilation artifacts prior to compilingdebug
: print debugging information during simulation runverbose
: print extra information during setup for model run