check_confidence_interval: Check that a confidence interval is within a specified range

Description Usage Arguments Value

View source: R/method_argument_check.R

Description

Check that a confidence interval is within a specified range

Usage

1
check_confidence_interval(argument, argument_name, range_min, range_max)

Arguments

argument

Value of the argument to check

argument_name

Name of the argument, for inclusion in the error message

range_min

Minimum of the range

range_max

Maximum of the range

Value

Boolean stating the current status of the pre-execution checks, or FALSE if this check fails


spartan documentation built on May 2, 2019, 9:39 a.m.