Tests of the hypothesis that a linear model specification is of the location shift or location-scale shift form. The tests are based on the Doob-Meyer Martingale transformation approach proposed by Khmaladze(1981) for general goodness of fit problems, and adapted to quantile regression by Koenker and Xiao (2002).
KhmaladzeTest(formula, data = NULL, taus = -1, nullH = "location" ,
trim = c(0.05, 0.95), ...)
a formula specifying the model to fit by rqProcess
a data frame within which to interpret the formula
An equally spaced grid of points on which to evaluate the quantile regression process, if any taus fall outside (0,1) then the full process is computed.
a character vector indicating whether the "location" shift hypothesis (default) or the "location-scale" shift hypothesis should be tested.
a vector indicating the lower and upper bound of the quantiles to included in the computation of the test statistics (only, not estimates).
other arguments to be passed to summary.rq.
an object of class KhmaladzeTest is returned containing:
The form of the null hypothesis.
Joint test statistic of the hypothesis that all the slope parameters of the model satisfy the hypothesis.
Vector of test statistics testing whether individual slope parameters satisfy the null hypothesis.
Khmaladze, E. (1981) ``Martingale Approach in the Theory of Goodness-of-fit Tests,'' Theory of Prob. and its Apps, 26, 240--257.
Koenker, Roger and Zhijie Xiao (2002), ``Inference on the Quantile Regression Process'', Econometrica, 81, 1583--1612. http://www.econ.uiuc.edu/~roger/research/inference/inference.html
# NOT RUN {
data(barro)
KhmaladzeTest( y.net ~ lgdp2 + fse2 + gedy2 + Iy2 + gcony2,
data = barro, taus = seq(.05,.95,by = .01))
# }
Run the code above in your browser using DataLab