CheckCorrelationMatrix: CheckCorrelationMatrix

View source: R/checks.R

CheckCorrelationMatrixR Documentation

CheckCorrelationMatrix

Description

Throws an error if there is linear dependence, or NAs, or 1s in the correlation matrix.

Usage

CheckCorrelationMatrix(correlations, variable.names = colnames(correlations))

Arguments

correlations

A correlation matrix.

variable.names

Variable names.


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