Learn R Programming

kstMatrix (version 2.2-1)

kmassesshalfsplit: 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)

Value

Number of the selected question

Arguments

probs

Probability distribution over the knowledge structure (vector)

ks

Binary matrix of the knowledge structure

See Also

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

Examples

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

Run the code above in your browser using DataLab