Check for flip in preferences after change in model scale.
This function checks if a change in the model scale flipped the preferences.
preference_flip(model_old, model_new)
model_old
: An object of class RprobitB_fit
, the model before the scale change.model_new
: An object of class RprobitB_fit
, the model after the scale change.No return value, called for side-effects.
Useful links