Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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,
  table = tableControl(),
  IDlabel = NULL
)

## S3 method for class 'nlmixrNlme'
as.focei(
  object,
  uif,
  pt = proc.time(),
  ...,
  data,
  calcResid = TRUE,
  nobs2 = 0,
  keep = NULL,
  drop = NULL,
  table = tableControl(),
  IDlabel = NULL
)

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

table

A list of table options

IDlabel

labels for the ID column; used to change the IDs back to their normal valuesr

nobs2

Number of observations without EVID=2

keep

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.

drop

Columns to drop from the output

Value

A FOCEi fit style object.

Author(s)

Matthew L. Fidler


nlmixr

Nonlinear Mixed Effects Models in Population PK/PD

v2.0.4
GPL (>= 2)
Authors
Matthew Fidler [aut] (<https://orcid.org/0000-0001-8538-6691>), Yuan Xiong [aut], Rik Schoemaker [aut] (<https://orcid.org/0000-0002-7538-3005>), Justin Wilkins [aut] (<https://orcid.org/0000-0002-7099-9396>), Wenping Wang [aut, cre], Robert Leary [ctb], Mason McComb [aut] (<https://orcid.org/0000-0001-9871-8616>), Mirjam Trame [ctb], Teun Post [ctb], Richard Hooijmaijers [aut], Hadley Wickham [ctb], Dirk Eddelbuettel [cph], Johannes Pfeifer [ctb], Robert B. Schnabel [ctb], Elizabeth Eskow [ctb], Emmanuelle Comets [ctb], Audrey Lavenu [ctb], Marc Lavielle [ctb], David Ardia [cph], Daniel C. Dillon [ctb], Katharine Mullen [cph], Ben Goodrich [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.