Predict a nlmixr solved system
nlmixrPred(object, ..., ipred = FALSE)# S3 method for nlmixrFitData
predict(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.
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.