generate and print summaries of crrQR output
# S3 method for crrQR
summary(object, conf.int = 0.95, digits =
max(options()$digits - 5, 2), ...)# S3 method for summary.crrQR
print(x, digits=max(options()$digits - 4, 3), ...)
an object of class crrQR (output from the crrQR function)
the level for a two-sided confidence interval on the coefficients. Default is 0.95.
in 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
the output.
included for compatibility with the generic functions. Not currently used.
an object of class summary.crrQR (output from the summary method for crrQR)
summary.crrQR
returns a list of class summary.crrQR, which
contains components
the call to crr
the number of observations used in fitting the model
the number of observations removed by crr
from the input data due to missing values
vector of average effects of covariates
vector of corresponding variances
p-values for testing average effect=0
scores of test on constant effect
variances of the score
p-values for the test
The summary method calculates the average effects, the variances and p-values of the test on the effect beeing 0. Furthermore it performs a test for constant coefficients. The print method prints a fairly standard format tabular summary of the results.
# NOT RUN {
## see examples in the crrQR help file
# }
Run the code above in your browser using DataLab