predict-methods {fRegression} | R Documentation |
Predicts a time series from a fitted regression model.
## S4 method for signature 'fREG': predict(object, newdata, se.fit = FALSE, type = "response", ...)
newdata |
new data. |
object |
an object of class fREG as returned from the function
regFit() .
|
se.fit |
a logical flag. Should standard errors be included?
By default FALSE .
|
type |
a character string by default "response" .
|
... |
arguments to be passed. |
returns ...
Diethelm Wuertz for the Rmetrics R-port.
## regSim - x = regSim(model = "LM3", n = 50) ## regFit - fit = regFit(Y ~ X1 + X2 + X3, data = x, use = "lm") ## predict -