nmObjGetControl: Get control object from fit

View source: R/nmObjHandle.R

nmObjGetControl.agqR Documentation

Get control object from fit

Description

Get control object from fit

Usage

## S3 method for class 'agq'
nmObjGetControl(x, ...)

## S3 method for class 'bobyqa'
nmObjGetControl(x, ...)

## S3 method for class 'emvi'
nmObjGetControl(x, ...)

## S3 method for class 'fbvi'
nmObjGetControl(x, ...)

## S3 method for class 'fo'
nmObjGetControl(x, ...)

## S3 method for class 'foce'
nmObjGetControl(x, ...)

## S3 method for class 'focep'
nmObjGetControl(x, ...)

## S3 method for class 'foi'
nmObjGetControl(x, ...)

## S3 method for class 'ifocep'
nmObjGetControl(x, ...)

## S3 method for class 'imp'
nmObjGetControl(x, ...)

## S3 method for class 'impmap'
nmObjGetControl(x, ...)

## S3 method for class 'laplace'
nmObjGetControl(x, ...)

## S3 method for class 'lbfgsb3c'
nmObjGetControl(x, ...)

## S3 method for class 'mfocep'
nmObjGetControl(x, ...)

## S3 method for class 'mfocei'
nmObjGetControl(x, ...)

## S3 method for class 'ifocei'
nmObjGetControl(x, ...)

## S3 method for class 'mfoce'
nmObjGetControl(x, ...)

## S3 method for class 'ifoce'
nmObjGetControl(x, ...)

## S3 method for class 'magq'
nmObjGetControl(x, ...)

## S3 method for class 'iagq'
nmObjGetControl(x, ...)

## S3 method for class 'mlaplace'
nmObjGetControl(x, ...)

## S3 method for class 'ilaplace'
nmObjGetControl(x, ...)

## S3 method for class 'n1qn1'
nmObjGetControl(x, ...)

## S3 method for class 'newuoa'
nmObjGetControl(x, ...)

## S3 method for class 'nlm'
nmObjGetControl(x, ...)

## S3 method for class 'nlme'
nmObjGetControl(x, ...)

## S3 method for class 'nlminb'
nmObjGetControl(x, ...)

## S3 method for class 'nls'
nmObjGetControl(x, ...)

nmObjGetControl(x, ...)

## S3 method for class 'focei'
nmObjGetControl(x, ...)

## S3 method for class 'saem'
nmObjGetControl(x, ...)

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

## S3 method for class 'mnpag'
nmObjGetControl(x, ...)

## S3 method for class 'inpag'
nmObjGetControl(x, ...)

## S3 method for class 'mnpb'
nmObjGetControl(x, ...)

## S3 method for class 'inpb'
nmObjGetControl(x, ...)

## S3 method for class 'npag'
nmObjGetControl(x, ...)

## S3 method for class 'npb'
nmObjGetControl(x, ...)

## S3 method for class 'optim'
nmObjGetControl(x, ...)

## S3 method for class 'posthoc'
nmObjGetControl(x, ...)

## S3 method for class 'qrpem'
nmObjGetControl(x, ...)

## S3 method for class 'uobyqa'
nmObjGetControl(x, ...)

## S3 method for class 'vae'
nmObjGetControl(x, ...)

Arguments

x

nlmixr fit object

...

Other parameters

Value

Control object of estimation method

Author(s)

Matthew L. Fidler


nlmixr2est documentation built on Aug. 5, 2026, 1:11 a.m.