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 prdfn
predict(object, ..., times, pars, data = NULL)
prediction function
Further arguments goint to the prediction function
numeric vector of time points
data list object. If data is passed, its condition.grid
attribute is used to augment the output dataframe by additional
columns. "data"
itself is returned as an attribute.
A data frame