
Generic for nlmixr2 estimation methods
Source:R/adviControl.R, R/agq.R, R/bobyqa.R, and 36 more
nlmixr2Est.RdGeneric for nlmixr2 estimation methods
Usage
# S3 method for class 'advi'
nlmixr2Est(env, ...)
# S3 method for class 'agq'
nlmixr2Est(env, ...)
# S3 method for class 'bobyqa'
nlmixr2Est(env, ...)
# S3 method for class 'fo'
nlmixr2Est(env, ...)
# S3 method for class 'foce'
nlmixr2Est(env, ...)
# S3 method for class 'focei'
nlmixr2Est(env, ...)
# S3 method for class 'output'
nlmixr2Est(env, ...)
# S3 method for class 'foceif'
nlmixr2Est(env, ...)
# S3 method for class 'focef'
nlmixr2Est(env, ...)
# S3 method for class 'focepf'
nlmixr2Est(env, ...)
# S3 method for class 'mfoceif'
nlmixr2Est(env, ...)
# S3 method for class 'mfocef'
nlmixr2Est(env, ...)
# S3 method for class 'mfocepf'
nlmixr2Est(env, ...)
# S3 method for class 'ifoceif'
nlmixr2Est(env, ...)
# S3 method for class 'ifocef'
nlmixr2Est(env, ...)
# S3 method for class 'ifocepf'
nlmixr2Est(env, ...)
# S3 method for class 'focep'
nlmixr2Est(env, ...)
# S3 method for class 'foi'
nlmixr2Est(env, ...)
# S3 method for class 'fsaem'
nlmixr2Est(env, ...)
# S3 method for class 'iagq'
nlmixr2Est(env, ...)
# S3 method for class 'ifoce'
nlmixr2Est(env, ...)
# S3 method for class 'ifocei'
nlmixr2Est(env, ...)
# S3 method for class 'ifocep'
nlmixr2Est(env, ...)
# S3 method for class 'ilaplace'
nlmixr2Est(env, ...)
# S3 method for class 'imp'
nlmixr2Est(env, ...)
# S3 method for class 'impmap'
nlmixr2Est(env, ...)
# S3 method for class 'laplace'
nlmixr2Est(env, ...)
# S3 method for class 'lbfgsb3c'
nlmixr2Est(env, ...)
# S3 method for class 'magq'
nlmixr2Est(env, ...)
# S3 method for class 'mfoce'
nlmixr2Est(env, ...)
# S3 method for class 'mfocei'
nlmixr2Est(env, ...)
# S3 method for class 'mfocep'
nlmixr2Est(env, ...)
# S3 method for class 'mlaplace'
nlmixr2Est(env, ...)
# S3 method for class 'n1qn1'
nlmixr2Est(env, ...)
# S3 method for class 'newuoa'
nlmixr2Est(env, ...)
# S3 method for class 'nlm'
nlmixr2Est(env, ...)
# S3 method for class 'nlme'
nlmixr2Est(env, ...)
# S3 method for class 'nlminb'
nlmixr2Est(env, ...)
nlmixr2Est(env, ...)
# Default S3 method
nlmixr2Est(env, ...)
# S3 method for class 'nls'
nlmixr2Est(env, ...)
# S3 method for class 'optim'
nlmixr2Est(env, ...)
# S3 method for class 'posthoc'
nlmixr2Est(env, ...)
# S3 method for class 'qrpem'
nlmixr2Est(env, ...)
# S3 method for class 'rpem'
nlmixr2Est(env, ...)
# S3 method for class 'rxSolve'
nlmixr2Est(env, ...)
# S3 method for class 'simulate'
nlmixr2Est(env, ...)
# S3 method for class 'simulation'
nlmixr2Est(env, ...)
# S3 method for class 'predict'
nlmixr2Est(env, ...)
# S3 method for class 'saem'
nlmixr2Est(env, ...)
# S3 method for class 'uobyqa'
nlmixr2Est(env, ...)
# S3 method for class 'vae'
nlmixr2Est(env, ...)Arguments
- env
Environment for the nlmixr2 estimation routines.
This needs to have:
- rxode2 ui object in `$ui`
- data to fit in the estimation routine in `$data`
- control for the estimation routine's control options in `$ui`
- ...
Other arguments provided to `nlmixr2Est()` provided for flexibility but not currently used inside nlmixr