Learn R Programming

nlmixr2est (version 5.0.2)

getValidNlmixrCtl.agq: Get valid nlmixr control object

Description

Get valid nlmixr control object

Usage

# S3 method for agq
getValidNlmixrCtl(control)

# S3 method for bobyqa getValidNlmixrCtl(control)

# S3 method for fo getValidNlmixrCtl(control)

# S3 method for foce getValidNlmixrCtl(control)

# S3 method for foi getValidNlmixrCtl(control)

# S3 method for laplace getValidNlmixrCtl(control)

# S3 method for lbfgsb3c getValidNlmixrCtl(control)

# S3 method for n1qn1 getValidNlmixrCtl(control)

# S3 method for newuoa getValidNlmixrCtl(control)

# S3 method for nlm getValidNlmixrCtl(control)

# S3 method for nlminb getValidNlmixrCtl(control)

# S3 method for nls getValidNlmixrCtl(control)

# S3 method for optim getValidNlmixrCtl(control)

# S3 method for posthoc getValidNlmixrCtl(control)

getValidNlmixrControl(control, est)

getValidNlmixrCtl(control)

# S3 method for focei getValidNlmixrCtl(control)

# S3 method for nlme getValidNlmixrCtl(control)

# S3 method for saem getValidNlmixrCtl(control)

# S3 method for rxSolve getValidNlmixrCtl(control)

# S3 method for simulate getValidNlmixrCtl(control)

# S3 method for simulation getValidNlmixrCtl(control)

# S3 method for predict getValidNlmixrCtl(control)

# S3 method for tableControl getValidNlmixrCtl(control)

# S3 method for default getValidNlmixrCtl(control)

# S3 method for uobyqa getValidNlmixrCtl(control)

Value

Valid control object based on estimation method run.

Arguments

control

nlmixr control object

est

Estimation routine

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")`