Description Usage Arguments Value Examples
check_fn_args_comp_mms_var_boot
is used to assess whether the arguments
are correctly specified in list
format and returns an error message if
they do not match the correct specification
1 | check_fn_args_comp_mms_var_boot(boot_emp, boot_sub, boot_res, boot_mul)
|
boot_emp |
(list) In the case of empirical bootstrap the expected input
is of the form #' |
boot_sub |
(list) TODO: ADD |
boot_res |
(list) : In the case of residual bootstrap the expected
input is of the form |
boot_mul |
(list) : In the case of multiplier bootstrap the expected
input is of the form |
A summary statistics tibble for the bootstrap input.
: A TRUE
if assertions pass, or an error if there is an
assertion failure.
1 2 3 4 5 6 7 | ## Not run:
# Expect all assertions to pass
check_fn_args_comp_mms_var_boot(boot_emp = list(B = 1e4, m = 600),
boot_res = NULL,
boot_mul = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.