nmObjGet {nlmixr2est}R Documentation

Get an item from a nlmixr core object

Description

Get an item from a nlmixr core object

Usage

nmObjGet(x, ...)

## Default S3 method:
nmObjGet(x, ...)

## S3 method for class 'modelName'
nmObjGet(x, ...)

## S3 method for class 'cor'
nmObjGet(x, ...)

## S3 method for class 'omegaR'
nmObjGet(x, ...)

## S3 method for class 'phiR'
nmObjGet(x, ...)

## S3 method for class 'phiSE'
nmObjGet(x, ...)

## S3 method for class 'phiRSE'
nmObjGet(x, ...)

## S3 method for class 'dataSav'
nmObjGet(x, ...)

## S3 method for class 'idLvl'
nmObjGet(x, ...)

## S3 method for class 'covLvl'
nmObjGet(x, ...)

## S3 method for class 'parHist'
nmObjGet(x, ...)

## S3 method for class 'parHistStacked'
nmObjGet(x, ...)

## S3 method for class 'md5'
nmObjGet(x, ...)

## S3 method for class 'notes'
nmObjGet(x, ...)

## S3 method for class 'sigma'
nmObjGet(x, ...)

## S3 method for class 'coefficients'
nmObjGet(x, ...)

## S3 method for class 'env'
nmObjGet(x, ...)

## S3 method for class 'condition'
nmObjGet(x, ...)

## S3 method for class 'simInfo'
nmObjGet(x, ...)

## S3 method for class 'seed'
nmObjGet(x, ...)

## S3 method for class 'saemCfg'
nmObjGet(x, ...)

## S3 method for class 'estimationModel'
nmObjGet(x, ...)

## S3 method for class 'atol'
nmObjGet(x, ...)

## S3 method for class 'rtol'
nmObjGet(x, ...)

## S3 method for class 'maxstepsOde'
nmObjGet(x, ...)

## S3 method for class 'hmin'
nmObjGet(x, ...)

## S3 method for class 'hmax'
nmObjGet(x, ...)

## S3 method for class 'hini'
nmObjGet(x, ...)

## S3 method for class 'maxordn'
nmObjGet(x, ...)

## S3 method for class 'maxords'
nmObjGet(x, ...)

## S3 method for class 'methodOde'
nmObjGet(x, ...)

## S3 method for class 'covsInterpolation'
nmObjGet(x, ...)

## S3 method for class 'control'
nmObjGet(x, ...)

## S3 method for class 'simulationModel'
nmObjGet(x, ...)

## S3 method for class 'rxControl'
nmObjGet(x, ...)

## S3 method for class 'rxControlWithVar'
nmObjGet(x, ...)

## S3 method for class 'saemDopredIpred'
nmObjGet(x, ...)

## S3 method for class 'saemDopredPred'
nmObjGet(x, ...)

Arguments

x

A specialized list with: - First argument is a nlmixrFitCore environment - Second argument is if the exact argument is requested - The class would be the requested argument name followed by the class "nmObjGet"

...

Other arguments

Value

Value of argument or NULL

Author(s)

Matthew L. Fidler


[Package nlmixr2est version 3.0.0 Index]