View source: R/kmassesshalfsplit.R
| kmassesshalfsplit | R Documentation |
kmassesshalfsplit determines the next question in a probabilistic
assessment according to the halfsplit rule.
kmassesshalfsplit(probs, ks)
probs |
Probability distribution over the knowledge structure (vector) |
ks |
Binary matrix of the knowledge structure |
Number of the selected question
Other Knowledge assessment:
kmassess(),
kmassessbayesian(),
kmassessinformative(),
kmassessmentsimulation(),
kmassessmultiplicative()
kmassesshalfsplit(c(0.02, 0.1, 0.07, 0.01, 0.4, 0.17, 0.07, 0.08, 0.08),
xpl$space)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.