Learn R Programming

plmmr (version 4.3.0)

count_constant_features: A helper function to count constant features

Description

A helper function to count constant features

Usage

count_constant_features(fbm, outfile, quiet)

Value

A numeric vector with the indices of the non-singular columns of the matrix associated with fbm

Arguments

fbm

A filebacked big.matrix

outfile

String specifying name of log file

quiet

Logical: should console messages be silenced? Defaults to FALSE