nlmixr2AugPredSolve {nlmixr2est} | R Documentation |
Augmented Prediction for nlmixr2 fit
Description
Augmented Prediction for nlmixr2 fit
Usage
nlmixr2AugPredSolve(
fit,
covsInterpolation = c("locf", "nocb", "linear", "midpoint"),
minimum = NULL,
maximum = NULL,
length.out = 51L,
...
)
## S3 method for class 'nlmixr2FitData'
augPred(
object,
primary = NULL,
minimum = NULL,
maximum = NULL,
length.out = 51,
...
)
Arguments
fit |
Nlmixr2 fit object |
covsInterpolation |
specifies the interpolation method for
time-varying covariates. When solving ODEs it often samples
times outside the sampling time specified in
|
minimum |
an optional lower limit for the primary
covariate. Defaults to |
maximum |
an optional upper limit for the primary
covariate. Defaults to |
length.out |
an optional integer with the number of primary covariate values at which to evaluate the predictions. Defaults to 51. |
... |
some methods for the generic may require additional arguments. |
object |
a fitted model object from which predictions can be
extracted, using a |
primary |
an optional one-sided formula specifying the primary
covariate to be used to generate the augmented predictions. By
default, if a covariate can be extracted from the data used to generate
|
Value
Stacked data.frame with observations, individual/population predictions.
Author(s)
Matthew L. Fidler