Convert fit to FOCEi style fit
as.focei(
object,
uif,
pt = proc.time(),
...,
data,
calcResid = TRUE,
table = tableControl(),
IDlabel = NULL
)
# S3 method for nlmixrNlme
as.focei(
object,
uif,
pt = proc.time(),
...,
data,
calcResid = TRUE,
nobs2 = 0,
keep = NULL,
drop = NULL,
table = tableControl(),
IDlabel = NULL
)
Fit object to convert to FOCEi-style fit.
Unified Interface Function
Proc time object
Other Parameters
The data to pass to the FOCEi translation.
A boolean to indicate if the CWRES residuals should be calculated
A list of table options
labels for the ID column; used to change the IDs back to their normal valuesr
Number of observations without EVID=2
Columns to keep from either the input dataset. For the input dataset, if any records are added to the data LOCF (Last Observation Carried forward) imputation is performed.
Columns to drop from the output
A FOCEi fit style object.