## S3 method for class 'crrQR':
summary(object, conf.int = 0.95, digits =
max(options()$digits - 5, 2), ...)
## S3 method for class 'summary.crrQR':
print(x, digits=max(options()$digits - 4, 3), ...)summary.crrQR, digits determines the number of
significant digits retained in the p-values. In print.summary.crrQR,
digits sets the values of the digits option for printing
thesummary.crrQR returns a list of class summary.crrQR, which
contains componentscrr
from the input data due to missing valuescrrQR## see examples in the crrQR help fileRun the code above in your browser using DataLab