nlmixr (version 1.0.0-7)

as.focei: Convert fit to FOCEi style fit

Description

Convert fit to FOCEi style fit

Usage

as.focei(object, uif, pt = proc.time(), ..., data, calcResid = TRUE)

# S3 method for nlmixrNlme as.focei(object, uif, pt = proc.time(), ..., data, calcResid = TRUE)

Arguments

object

Fit object to convert to FOCEi-style fit.

uif

Unified Interface Function

pt

Proc time object

...

Other Parameters

data

The data to pass to the FOCEi translation.

calcResid

A boolean to indicate if the CWRES residuals should be calculated

Value

A FOCEi fit style object.