Learn R Programming

mrgsolve (version 0.8.12)

as.list,mrgmod-method: Coerce a model object to list.

Description

Coerce a model object to list.

Usage

# S4 method for mrgmod
as.list(x, deep = FALSE, ...)

Arguments

x

mrgmod object

deep

if TRUE, extra information is returned (see details).

...

not used

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).