Prepare a Data Object for a Prediction
makeNewData.pgpTList.Rd
The object given in object
can be used to compute a
prediction on "new" data.
Usage
# S3 method for pgpTList
makeNewData(object, newdata = NULL, trace = 0, ...)
Arguments
- object
An object with class
"PgpTList"
- newdata
A "sketch of data" allowing the construction. This can be a
dailyMet
object, a data frame or simply a vector with class"Date"
. With the default value, the new data is taken asobject$data
.- trace
Integer level of verbosity.
- ...
Arguments for methods.