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