predict.Dimora: predict method for Dimora objects
Description
Prediction of test data using any model of the package.
Usage
# S3 method for Dimora
predict(object,..., newx)
Value
The method returns a vector of predicted values.
Arguments
- object
An object of class Dimora
, i.e. BASS.generalized
, BASS.standard
, GG.model
.
- newx
A number or a vector of numeric values, representing time t.
- ...
Additional arguments affecting the predictions produced.