JanaJarecki/cognitivemodels

Tests now need the parameter choicerule

Closed this issue · 1 comments

todo commented

the fix for requiring the choicerule breaks some tests in shortfall, e.g.


# @todo Tests now need the parameter choicerule
# @body the fix for requiring the choicerule breaks some tests in shortfall, e.g.
M <- shortfall(choice ~ x1 + px + x2 + I(1-px) | y1 + py + y2 + I(1-py), data = dt, asp = ~aspiration, fix = pars)
tol <- .01


This issue was generated by todo based on a todo comment in b360bef.

ımplemented