Usage
boot.crq(x, y, c, taus, method, ctype = "right", R = 100, mboot, bmethod = "jack", ...)
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.
ctype
Either "right" or "left"
R
The number of bootstrap replications
bmethod
The bootstrap method to be employed. There are (as yet) three
options: method = "jack" uses the delete-d jackknife method
described by Portnoy (2013), method = "xy-pair" uses the xy-pair method,
that is the usual multinomial resampling of xy-pairs,
mboot
optional argument for the bootstrap method: for bmethod = "jack"
it specifies the number, d, of the delete-d jackknife, for
method = "xy-pair" it specifies the size of the bootstrap samples,
that permits subsampling (m out of n) bootstrap. By def
...
Optional further arguments to control bootstrapping