assert_aucmethod: Assert that a value is a valid AUC method

View source: R/assertions.R

assert_aucmethodR Documentation

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"))

Arguments

method

The method for integration (one of 'lin up/log down', 'lin-log', or 'linear')

Value

method or an informative error


PKNCA documentation built on June 22, 2024, 9:25 a.m.