predict-methods: Methods for Function predict

Description Usage Arguments Methods

Description

Methods for function predict

Usage

1
2
3
## S4 method for signature 'SaemixObject'
predict(object, newdata = NULL,
  type = c("ipred", "ypred", "ppred", "icpred"), se.fit = FALSE, ...)

Arguments

object

an SaemixObject

newdata

an optional dataframe for which predictions are desired

type

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

se.fit

whether the SE are to be taken into account in the model predictions

...

additional arguments passed on to fitted()

Methods

list("signature(object = \"ANY\")")

Default predict functions

list("signature(object = \"SaemixObject\")")

Computes predictions using the results of an SAEM fit


saemixr/saemix documentation built on Jan. 26, 2020, 12:53 a.m.