# The number of regerssors
p = 5
## The number of breaks under the null
l = 2
# qunatile range (left and right limits)
q.L = 0.2
q.R = 0.8
# symmetric quantile trimming is true
d.Sym = TRUE
## critical values from response surface
cvs = res.surface(p, l, q.L, q.R, d.Sym)
print(cvs)
Run the code above in your browser using DataLab