.check_A {banditsCI} | R Documentation |
Check Number of Observations for Inference
Description
This function checks if the number of observations is greater than 1, which is required for conducting inference.
Usage
.check_A(A)
Arguments
A |
An integer representing the number of observations. |
Value
Returns NULL if the number of observations is valid; otherwise, throws an error.
[Package banditsCI version 1.0.0 Index]