Learn R Programming

rtemis (version 0.79)

matchCasesByRules: Match Rules to Cases

Description

Match Rules to Cases

Usage

matchCasesByRules(x, rules, verbose = TRUE)

Arguments

x

Matrix / data frame: Input features

rules

Vector, string: Rules (MUST be string, not factor)

verbose

Logical: If TRUE, print messages to console

Value

cases-by-rules matrix (binary; 1: match, 0: no match)