assert_aucmethod: Assert that a value is a valid AUC method
Description
Assert that a value is a valid AUC method
Usage
assert_aucmethod(method = c("lin up/log down", "linear", "lin-log"))
Value
method
or an informative error
Arguments
- method
The method for integration (one of 'lin up/log down',
'lin-log', or 'linear')