nlmixr (version 1.1.1-2)

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, nobs2 = 0)

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

nobs2

Number of observations without EVID=2

Value

A FOCEi fit style object.