validate_sample_size_limits | R Documentation |
Validates that the upper and lower limits are numeric and that the upper limit is greater than the lower limit.
validate_sample_size_limits(lower, upper)
lower |
Numeric. The initial lower limit for the search range. |
upper |
Numeric. The initial upper limit for the search range. |
NULL. If the checks pass, the function returns nothing. If the checks fail, it stops execution with an error message.
Thomas Debray tdebray@fromdatatowisdom.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.