Usage
boot.crq(x, y, c, taus, method, R = 100, mboot, bmethod = "Bose", ...)
Arguments
x
The regression design matrix
y
The regression response vector
taus
The quantiles of interest
method
The fitting method: either "P" for Portnoy or "PH" for Peng and Huang.
R
The number of bootstrap replications
bmethod
The method to be employed. There are (as yet) two
options: method = "xy-pair" uses the xy-pair method, that is
the usual multinomial resampling of xy-pairs, while method
= "Bose" uses the Bose and Chatterjee (2003) weighted resampling
method with e
mboot
optional argument for the bootstrap method "xy-pair" that
permits subsampling (m out of n) bootstrap. Obviously mboot
should be substantially larger than the column dimension of x,
and should be less than the sample size.
...
Optional further arguments to control bootstrapping