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, ypred= mean of the population predictions, ppred=population predictions obtained with the population estimates, icpred=conditional predictions). With newdata, predictions correspond to the population predictions 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