
Summarize all results of collinear()
Source: R/summary.collinear_output.R
summary.collinear_output.RdSummarize all results of collinear()
Usage
# S3 method for class 'collinear_output'
summary(object = NULL, ...)Value
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.
See also
Other S3_methods:
print.collinear_output(),
print.collinear_selection(),
summary.collinear_selection()