getBaseSimModelFit {nlmixr2est} | R Documentation |
Method for getting simulation rxode2 classic models based on fits
Description
Method for getting simulation rxode2 classic models based on fits
Usage
getBaseSimModelFit(x)
## S3 method for class 'focei'
getBaseSimModelFit(x)
## S3 method for class 'foce'
getBaseSimModelFit(x)
## S3 method for class 'fo'
getBaseSimModelFit(x)
## S3 method for class 'foi'
getBaseSimModelFit(x)
## S3 method for class 'posthoc'
getBaseSimModelFit(x)
## Default S3 method:
getBaseSimModelFit(x)
Arguments
x |
list where first element is the fit. The class represents the estimation method. |
Value
model for fit$simulationModel
Author(s)
Matthew L. Fidler
[Package nlmixr2est version 4.0.1 Index]