Methods for function predict
# S4 method for SaemixObject
predict(
object,
newdata = NULL,
type = c("ipred", "ypred", "ppred", "icpred"),
se.fit = FALSE,
...
)
an SaemixObject
an optional dataframe for which predictions are desired
the type of predictions (ipred= individual, ppred= mean of the population predictions, ypred=population predictions obtained with the population estimates, icpred=conditional predictions). With newdata, individual parameters can be estimated if the new data contains observations; otherwise, predictions correspond to the population predictions ypred, and type is ignored.
whether the SE are to be taken into account in the model predictions
additional arguments passed on to fitted()
Default predict functions
Computes predictions using the results of an SAEM fit