predict.prdfn {dMod} | R Documentation |
Make a model prediction for times and a parameter frame. The function is a generalization of the standard prediction by a prediction function object in that it allows to pass a parameter frame instead of a single parameter vector.
## S3 method for class 'prdfn'
predict(object, ..., times, pars, data = NULL)
object |
prediction function |
... |
Further arguments goint to the prediction function |
times |
numeric vector of time points |
pars |
|
data |
data list object. If data is passed, its condition.grid
attribute is used to augment the output dataframe by additional
columns. |
A data frame