Usage
## S3 method for class 'systemfit':
predict( object, newdata = NULL,
se.fit = FALSE, se.pred = FALSE,
interval = "none", level=0.95,
useDfSys = NULL, ... )## S3 method for class 'systemfit.equation':
predict( object, newdata = NULL,
se.fit = FALSE, se.pred = FALSE,
interval = "none", level=0.95,
useDfSys = NULL, ... )
Arguments
object
an object of class systemfit or
systemfit.equation.
newdata
An optional data frame in which to look for variables with
which to predict. If it is NULL, the fitted values are returned.
se.fit
return the standard error of the fitted values?
se.pred
return the standard error of prediction?
interval
Type of interval calculation ("none", "confidence"
or "prediction")
level
Tolerance/confidence level.
useDfSys
logical. Use the degrees of freedom of the whole system
(in place of the degrees of freedom of the single equation)
to calculate the confidence or prediction intervals.
If it not specified (NULL), it is set to TRUE
...
additional optional arguments.