| setBits {yhat} | R Documentation |
Creates the binary representation of n and stores it in the nth column of the matrix.
setBits(col, effectBitMap)
col |
Column of matrix to represent in binary image |
effectBitMap |
Matrix of mean combinations in binary form |
Creates the binary representation of col and stores it in its associated column.
Returns matrix effectBitMap of mean combinations in binary
form.
This function is internal to commonalityCoefficients,
called during runtime and passed the appropriate parameters. This
is not an end-user function.
Kim Nimon <kim.nimon@gmail.com>