nlmixrEst: Generic for nlmixr estimation methods

View source: R/nlmixr.R

nlmixrEstR Documentation

Generic for nlmixr estimation methods

Description

Generic for nlmixr estimation methods

Usage

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, ...)

Arguments

env

Environment for nlmixr estimation routines

...

Extra arguments sent to estimation routine

Details

This is a S3 generic that allows others to use the nlmixr environment to do their own estimation routines

Value

nlmixr estimation object

Author(s)

Matthew Fidler


nlmixr documentation built on March 27, 2022, 5:05 p.m.

Related to nlmixrEst in nlmixr...