NMProblem-class: Class "NMProblem"

Description Objects from the Class Slots Methods Author(s)

Description

This is an abstract class that holds the common features of all 3 NONMEM problem types (NMBasicModel, NMSimModel, NMSimDataGen)

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

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.

Methods

nmDatabyVarType

signature(obj = "NMProblem"):

addedData

signature(obj = "NMProblem"): Extracts user-created data (typically through) addDerivedCategorical into a data.frame

getControlStatements

signature(obj = "NMProblem"): Extract an object with parsed statements control file corresponding to this problem

getNmVersion

signature(obj = "NMProblem"): Extract information about NONMEM version used for compiling problem

Author(s)

Mango Solutions


MangoTheCat/RNMImport documentation built on May 8, 2019, 4:36 p.m.