check_zero_variance.Rd
This function checks a numeric matrix for rows or columns with zero variance. It reports how many and which ones are affected, using either their names (if present) or indices.
check_zero_variance(mat)
Boolean checking if any zero-variance rows or columns found.
Zero variance means all values in a row or column are identical
(after removing NA
s).