residuals.nlmixr2FitData {nlmixr2est} | R Documentation |
Extract residuals from the FOCEI fit
## S3 method for class 'nlmixr2FitData'
residuals(
object,
...,
type = c("ires", "res", "iwres", "wres", "cwres", "cpred", "cres")
)
object |
focei.fit object |
... |
Additional arguments |
type |
Residuals type fitted. |
residuals
Matthew L. Fidler