Learn R Programming

collinear (version 3.0.0)

summary.collinear_output: Summarize all results of collinear()

Description

Summarize all results of collinear()

Usage

# S3 method for 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.

Arguments

object

(required, list of class collinear_output) Object to summarize. Default: NULL

...

Ignored, kept for consistency with generic.

See Also

Other S3_methods: print.collinear_output(), print.collinear_selection(), summary.collinear_selection()