maxTest_error {EquiTrends} | R Documentation |
This function checks additonal inputs specific to the maxEquivTest function.
maxTest_error(type, equiv_threshold, vcov, B)
type |
the type of test for the maximum absolute placebo coefficient to be conducted; must be one of "IU", "Boot" or "Wild". |
equiv_threshold |
the equivalence threshold for the test. Must be a numeric scalar or NULL. |
vcov |
the variance-covariance matrix estimator. See |
B |
the number of bootstrap iterations. Must be a numeric integer scalar. |
A list with two elements: error
a logical value indicating whether an error was found, and message
a character string with the error message. If no error was found, error
is FALSE
and message
is empty.