residuals.nlmixr2FitData {nlmixr2est} | R Documentation |
Extract residuals from the FOCEI fit
Description
Extract residuals from the FOCEI fit
Usage
## S3 method for class 'nlmixr2FitData'
residuals(
object,
...,
type = c("ires", "res", "iwres", "wres", "cwres", "cpred", "cres")
)
Arguments
object |
focei.fit object |
... |
Additional arguments |
type |
Residuals type fitted. |
Value
residuals
Author(s)
Matthew L. Fidler
[Package nlmixr2est version 2.2.2 Index]