nmObjGetData.addCwres {nlmixr2est}R Documentation

Get an item from a nlmixr2FitData object

Description

Get an item from a nlmixr2FitData object

Usage

## S3 method for class 'addCwres'
nmObjGetData(x, ...)

nmObjGetData(x, ...)

## S3 method for class 'dataMergeLeft'
nmObjGetData(x, ...)

## S3 method for class 'dataMergeRight'
nmObjGetData(x, ...)

## S3 method for class 'dataMergeInner'
nmObjGetData(x, ...)

## S3 method for class 'dataMergeFull'
nmObjGetData(x, ...)

## S3 method for class 'fitMergeLeft'
nmObjGetData(x, ...)

## S3 method for class 'fitMergeRight'
nmObjGetData(x, ...)

## S3 method for class 'fitMergeInner'
nmObjGetData(x, ...)

## S3 method for class 'fitMergeFull'
nmObjGetData(x, ...)

Arguments

x

A specialized list with: - First argument is a nlmixr2FitData object - 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]