Skip to contents

Get valid nlmixr control object

Usage

# S3 method for class 'bobyqa'
getValidNlmixrCtl(control)

# S3 method for class 'lbfgsb3c'
getValidNlmixrCtl(control)

# S3 method for class 'n1qn1'
getValidNlmixrCtl(control)

# S3 method for class 'newuoa'
getValidNlmixrCtl(control)

# S3 method for class 'nlm'
getValidNlmixrCtl(control)

# S3 method for class 'nlminb'
getValidNlmixrCtl(control)

# S3 method for class 'nls'
getValidNlmixrCtl(control)

# S3 method for class 'optim'
getValidNlmixrCtl(control)

getValidNlmixrControl(control, est)

getValidNlmixrCtl(control)

# S3 method for class 'focei'
getValidNlmixrCtl(control)

# S3 method for class 'foce'
getValidNlmixrCtl(control)

# S3 method for class 'fo'
getValidNlmixrCtl(control)

# S3 method for class 'foi'
getValidNlmixrCtl(control)

# S3 method for class 'posthoc'
getValidNlmixrCtl(control)

# S3 method for class 'foce'
getValidNlmixrCtl(control)

# S3 method for class 'nlme'
getValidNlmixrCtl(control)

# S3 method for class 'saem'
getValidNlmixrCtl(control)

# S3 method for class 'rxSolve'
getValidNlmixrCtl(control)

# S3 method for class 'simulate'
getValidNlmixrCtl(control)

# S3 method for class 'simulation'
getValidNlmixrCtl(control)

# S3 method for class 'predict'
getValidNlmixrCtl(control)

# S3 method for class 'tableControl'
getValidNlmixrCtl(control)

# Default S3 method
getValidNlmixrCtl(control)

# S3 method for class 'uobyqa'
getValidNlmixrCtl(control)

Arguments

control

nlmixr control object

est

Estimation routine

Value

Valid control object based on estimation method run.

Details

This is based on running the S3 method `getValidNlmixrCtl()` the `control` object is put into a list and the class of this new list is `c(est, "getValidNlmixrControl")`