Description Objects from the Class Slots Methods Author(s)
This is an abstract class that holds the common features of all 3 NONMEM problem types (NMBasicModel, NMSimModel, NMSimDataGen)
A virtual Class: No objects may be created from it.
problemStatement:Object of class "character". String holding the contents of the
$PROB statement.
controlStatements:Object of class "list". List of parsed control file contents.
reportStatements:Object of class "list". List of parsed report file contents.
nmVersionMajor:Object of class "character". The major version.
nmVersionMinor:Object of class "character". The minor version.
inputData:Object of class "data.frame". Table of input data, if available.
outputData:Object of class "ANY". Consolidated table of output data, if available.
additionalVars:Object of class "data.frame". Additional user-created variables.
signature(obj = "NMProblem"):
signature(obj = "NMProblem"): Extracts user-created data (typically through)
addDerivedCategorical into a data.frame
signature(obj = "NMProblem"): Extract an object with parsed statements control file
corresponding to this problem
signature(obj = "NMProblem"): Extract information about NONMEM version used for compiling problem
Mango Solutions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.