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 March 2, 2024, 3:49 a.m.