CheckForLinearDependence: CheckForLinearDependence

View source: R/checks.R

CheckForLinearDependenceR Documentation

CheckForLinearDependence

Description

Throws an error if there is linear dependence amongst the variables.

Usage

CheckForLinearDependence(x, variable.names = colnames(x), correlations = FALSE)

Arguments

x

A matrix or data.frame.

variable.names

Variable names.

correlations

If TRUE, the data is assumed to be a correlation matrix.


Displayr/flipData documentation built on June 2, 2025, 11:50 a.m.