check_predict_fn_equal: Check for equivalence of two rediction functions
Description
The prediction functions are considered equal if the arguments and body are
identical using all.equal()
Usage
check_predict_fn_equal(predict_fn_1, predict_fn_2)
Arguments
- predict_fn_1
A prediction function to compare to