nlmixrEst | R Documentation |
Generic for nlmixr estimation methods
nlmixrEst(env, ...) ## S3 method for class 'saem' nlmixrEst(env, ...) ## S3 method for class 'nlme' nlmixrEst(env, ...) ## S3 method for class 'nlme.mu' nlmixrEst(env, ...) ## S3 method for class 'nlme.mu.cov' nlmixrEst(env, ...) ## S3 method for class 'nlme.free' nlmixrEst(env, ...) ## S3 method for class 'posthoc' nlmixrEst(env, ...) ## S3 method for class 'focei' nlmixrEst(env, ...) ## S3 method for class 'foce' nlmixrEst(env, ...) ## S3 method for class 'fo' nlmixrEst(env, ...) ## S3 method for class 'foi' nlmixrEst(env, ...) ## S3 method for class 'posthoc' nlmixrEst(env, ...) ## S3 method for class 'dynmodel' nlmixrEst(env, ...) ## S3 method for class 'nlmixrEst' nlmixrEst(env, ...)
env |
Environment for nlmixr estimation routines |
... |
Extra arguments sent to estimation routine |
This is a S3 generic that allows others to use the nlmixr environment to do their own estimation routines
nlmixr estimation object
Matthew Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.