Learn R Programming

gmwm (version 2.0.0)

build_model_set: Build List of Unique Models

Description

Creates a set containing unique strings.

Usage

build_model_set(combs, x)

Arguments

combs
A mat that is a binary matrix (0,1) containing the combinations of different variables.
x
A vec that contains a list of model descriptors.

Value

A set that contains the list of unique models.