try the following code
Code: Select all
%ex7 = "\Example Files\EV7 Manual Data\"
%ch28 = "Chapter 28 - Quantile Regression"
%wf = @evpath + %ex7 +%ch28 +"\engel.wf1"
wfopen %wf
equation eq12.qreg(cov=iid) y c x
equation eq13.qreg(cov=sandwich) y c x
And report the same method for sparsity
Sparsity method: Kernel (Epanechnikov) using residuals
Bandwidth method: Hall-Sheather, bw=0.15744
however, the value of sparsity is different, and thus produce different QLR.
