Transforms ordered item-type predictions to polytope definition. This allows to use Monte-Carlo methods to compute the Bayes factor if the number of item types is large (bf_binom).
strategy_to_Ab(strategy)
Arguments
strategy: a decision strategy returned by strategy_multiattribute.
Returns
a list containing the matrix A and the vector b
that define a polytope via A*x <= b.
Details
Note: Only works for models without guessing predictions and without equality constraints (i.e., requires separate error probabilities per item type)