collinear()Summarize all results of collinear()
# S3 method for collinear_output
summary(object = NULL, ...)list:
If object was created with responses = NULL, a sublist named "result" containing a vector with the selected predictors. Otherwise, a list named after each response containing the corresponding variable selection.
(required, list of class collinear_output) Object to summarize. Default: NULL
Ignored, kept for consistency with generic.
Other S3_methods:
print.collinear_output(),
print.collinear_selection(),
summary.collinear_selection()