generate_fc_permutation_patterns: Generate forced-choice permutation patterns

View source: R/sim-utils.R

generate_fc_permutation_patternsR Documentation

Generate forced-choice permutation patterns

Description

Produces the full-ranking patterns (patterns.total) and the observed patterns (patterns) for each block, based on the forced-choice response type.

Usage

generate_fc_permutation_patterns(block.items, fc.type)

Arguments

block.items

List of integer vectors (item indices per block).

fc.type

Character vector of length length(block.items) with values "RANK", "MOLE", or "PICK".

Value

A named list with components patterns.total (list of full-ranking matrices) and patterns (list of observed-pattern matrices).


ForceChoice documentation built on Sept. 13, 2026, 1:06 a.m.