Description Usage Arguments Value
check_fn_args
is used to assess whether the arguments
are correctly specified and returns an error message if
they do not match the correct specification
1 | check_fn_args(n = NULL, B = NULL, m = NULL)
|
n |
Sample size. |
B |
Bootstrap repetitions or number of bootstrap samples to be drawn. |
m |
Number of observations to be sampled with replacement from the dataset for each bootstrap repetition. |
(logical) returns TRUE
if the logical assertions are satisfied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.