# NOT RUN {
# 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)
# }
Run the code above in your browser using DataLab