check_combo_rules {exhaustiveRasch}R Documentation

selects item combinations based on defined rules

Description

selects item combinations based on defined rules

Usage

check_combo_rules(full, rules = NULL)

Arguments

full

a numeric vector containing the the source for the combinations, typically the indices of the items in the referring dataset

rules

a list defining rules for combination selection

Value

a list of numeric vectors containing the selected item combinations that match the defined rules of forced_items and/or rules.


[Package exhaustiveRasch version 0.3.7 Index]