Learn R Programming

nlmixr2est (version 5.0.2)

nmObjGetRxSolve: Get an option for the estimation method

Description

By default it gets the focei models if available.

Usage

nmObjGetRxSolve(x, what)

# S3 method for default nmObjGetRxSolve(x, what)

Value

The estimation option based on `what`, for example `nlmixrObjGetRxSolve(x, "atol")` will get a double vector of absolute tolerances

Arguments

x

nlmixr fit object in a list. The class is the estimation method used.

what

What part of the rx solve are you attempting to get?