bin2int {BAS} | R Documentation |
Takes a binary string representation of a model and converts to an integer
bin2int(model)
model |
a Boolean/binary vector of length p representing a model |
Used in fitted.bma
to determine if the median
probability model is included in the sample. Not meant to be used
directly by the user. On a 32 bit system, p must be less than or
equal to 32.
an integer
Merlise Clyde clyde@stat.duke.edu