nlmixr (version 1.1.1-2)

nlmixrPred: Predict a nlmixr solved system

Description

Predict a nlmixr solved system

Usage

nlmixrPred(object, ..., ipred = FALSE)

# S3 method for nlmixrFitData predict(object, ...)

Arguments

object

is a either a RxODE family of objects, or a file-name with a RxODE model specification, or a string with a RxODE model specification.

...

Other arguments including scaling factors for each compartment. This includes S# = numeric will scale a compartment # by a dividing the compartment amount by the scale factor, like NONMEM.

ipred

Flag to calculate individual predictions. When ipred is TRUE, calculate individual predictions. When ipred is FALSE, set calculate typical population predations. When ipred is NA, calculate both individual and population predictions.