
Changelog
cognitivemodels 0.0.12
Bugfixes
- Fixed bug in fitting parameter with the cognitivemodels `+``functionality
cognitivemodels 0.0.10
New features
- Added an optional argument
prior_sumto Bayesian learning models to set and control the sum constraints of the prior (hyper-)parameter, see?bayes - Added a new model
shift_c()that models a change point in time for shifting between two values or two predictions. See?shift -
cpt()now allowsweighting = NAandvalue = NAas arguments, which leads to no probability weighting (treating probabilities as is) or no subjective value transformation (treating outcomes as is) in the model, respectively, see?cpt
Potentially breaking
- In
predict.cmchanged the order or arguments such that the argumentnewdatais at the second position to comply withpredict.glmmethods
Bugfixes
- Fixed bugs in ROI optimization
- Fixed bug in
add_constraints()incognitivemodellego variant - Made dropping of choicerule error and warning easier to understand.
- Declared
solvers()as depreciated with a warning, from now on usecm_solvers()to show the optimization solvers.