## S3 method for class 'crq':
summary(object, taus = 1:4/5, alpha = .05, se="boot", covariance=TRUE, ...)
## S3 method for class 'summary.crq':
print(x, digits = max(5, .Options$digits - 2), ...)
## S3 method for class 'summary.crqs':
print(x, ...)
## S3 method for class 'summary.crqs':
plot(x, nrow = 3, ncol = 3, CoxPHit = NULL, ...)
"crq"
produced by a call to crq()
."crq"
produced by a call to crq()
.coxph
.summary.crqFP
is returned
with the following components:cov=TRUE
in the called sequence.cov=TRUE
in the called sequence.summary.crq
is returned
with the following components:taus
vector.se = "boot"
method is based on the Bilias, Chen and Ying (2000)
proposal. For the Portnoy and Peng-Huang methods the bootstrapping is based on
resampling xy pairs using either conventional multinomial resampling or using
exponential weighting as in Bose and Chatterjee (2003). Note that the default
number of replications is set at $R = 100$ a value that is obviously too small for
most applications. This is done merely to speed up the examples in the
documentation and facilitate testing. Larger, more appropriate values of $R$
can be passed to the bootstrapping functions via the ...
argument
of the summary
method.Bilias, Y. Chen, S. and Z. Ying, (2000) Simple resampling methods for censored quantile regression, J. of Econometrics, 99, 373-386.
crq
, QTECox