Learn R Programming

collinear (version 3.0.0)

print.collinear_output: Print all collinear selection results of collinear()

Description

Print all collinear selection results of collinear()

Usage

# S3 method for collinear_output
print(x = NULL, n = 5, ...)

Arguments

x

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

n

(optional, integer) Maximum printed vector length. Default: 5.

...

Ignored, kept for consistency with generic.

See Also

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