itemset: Builds the itemset in the left-hand-side of an association...

Description Usage Arguments Value Examples

Description

The function is used in the construction of the left-hand-side of association rules to search for a rule of interest.

Usage

1

Arguments

items

a string vector.

Value

Itemset of the left-hand-side of a searched rule, with the items in items.

Examples

1
2
itemset(c('TAF1=1','EP300=1'))
# the output is: 'TAF1=1,EP300=1'

gaiac/TFARM documentation built on June 24, 2019, 5:43 p.m.