Learn R Programming

whatifbandit (version 0.3.0)

check_logical: Checking if Inputs are Logical Values (TRUE and FALSE)

Description

Helper to validate_inputs(). This function accepts the user's settings for logical values in the Multi-Arm-Bandit trial, and checks whether they are valid.

Usage

check_logical(...)

Value

Throws an error if any input is not TRUE or FALSE

Arguments

...

Arguments to check.