Check if all values in the predictor matrix are numeric and not NA. Note that TRUE will be cast to 1 and FALSE will be cast to 0
check_numeric_predictor_matrix(predictor_matrix)
a predictor matrix generated by the create_predictor_matrix_with_player_lookup_table function
TRUE (correct) or FALSE (with problems)