Learn R Programming

collinear (version 3.0.0)

summary.collinear_selection: Summarize single response selection results of collinear

Description

Summarize single response selection results of collinear

Usage

# S3 method for collinear_selection
summary(object = NULL, ...)

Value

list: response name and character vector of selected predictors.

Arguments

object

(sub-list in output of collinear() ) Object to summarize. Default: NULL

...

Ignored, kept for consistency with generic.

See Also

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