build_model_set: Build List of Unique Models
Description
Creates a set containing unique strings.
Usage
build_model_set(combs, x)
Value
A set<string>
that contains the list of unique models.
Arguments
- combs
A mat
that is a binary matrix (0,1) containing the combinations of different variables.
- x
A vec<string>
that contains a list of model descriptors.