# NOT RUN {
## Estimate expectile level for constant specification model with estimate.functional
res <- estimate.functional(Y=GDP$observation, X=GDP$forecast,
model=constant,
instruments="const",
iden.fct = expectiles)
summary(res)
plot(res)
# }
Run the code above in your browser using DataLab