Open filipsch opened 6 years ago
e.g. linear models can not be compared robustly. A way to work around this is to use check_expr() in combination with check_equal(). Explain this in the docs.
check_expr()
check_equal()
You can now use eq_fun, which I think is more intuitive. Still, this has to be documented properly.
eq_fun
e.g. linear models can not be compared robustly. A way to work around this is to use
check_expr()
in combination withcheck_equal()
. Explain this in the docs.