kmassesshalfsplit: Determine next question for probabilistic knowledge...

View source: R/kmassesshalfsplit.R

kmassesshalfsplitR Documentation

Determine next question for probabilistic knowledge assessment

Description

kmassesshalfsplit determines the next question in a probabilistic assessment according to the halfsplit rule.

Usage

kmassesshalfsplit(probs, ks)

Arguments

probs

Probability distribution over the knowledge structure (vector)

ks

Binary matrix of the knowledge structure

Value

Number of the selected question

See Also

Other Knowledge assessment: kmassess(), kmassessbayesian(), kmassessinformative(), kmassessmentsimulation(), kmassessmultiplicative()

Examples

kmassesshalfsplit(c(0.02, 0.1, 0.07, 0.01, 0.4, 0.17, 0.07, 0.08, 0.08),
                  xpl$space)


kstMatrix documentation built on Dec. 18, 2025, 5:07 p.m.