Extract residuals from the FOCEI fit

# S3 method for nlmixrFitData
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

Matthew L. Fidler