## data
data(gdp)
y = gdp$gdp
x = gdp[,c("lag1", "lag2")]
## quantile
v.tau = 0.8
## break date
vec.date = 146
# cross-sectional size
n.size = 1
## estimation
rq.est.full(y, x, v.tau, vec.date, n.size)
Run the code above in your browser using DataLab