summary.pointfore: Method for object of class pointfore

Description Usage Arguments Value Examples

Description

It presents results from the estimate.functional estimation as summary does for the lm or gmm class objects for example. It also computes the test of overidentifying restrictions.

Usage

1
2
## S3 method for class 'pointfore'
summary(object, ...)

Arguments

object

An object of class pointfore

...

Other arguments when summary is applied to another class object

Value

It returns a list with the parameter estimates and their standard deviations, t-stat and p-values. It also returns the J-test and p-value for the null hypothesis that the forecast is generated by the postulated functional with an information set that contains the instruments.

Examples

1
2
3
4
5
6
7
# estimate.functional generates a pointfore object...
res <- estimate.functional(Y=GDP$observation, X=GDP$forecast,
model=constant,
instruments="const")

# ...which can be summarized with the \code{summary} function.
summary(res)

PointFore documentation built on May 2, 2019, 9:42 a.m.