Learn R Programming

BTR (version 1.2.4)

get_encodings: Get corresponding encodings for compression or decompression.

Description

This function gets all possible terms (single or double terms) and their corresponding encodings. This function limits the number of possible variables in the model to 999.

Usage

get_encodings(bmodel, force_and = T)

Arguments

bmodel
S4 BoolModel object.
force_and
logical. Whether to include ANDs in the encoding even if no AND is present in the bmodel object. Defaults to T.