Description Usage Arguments Value
Conduct Hypothesis Testing based on CVEK estimation result.
1 2 |
est_res |
(list) Estimation results returned by estimation() procedure. |
formula_test |
(formula) A user-supplied formula indicating the alternative effect to test. All terms in the alternative mode must be specified as kernel terms. |
kern_func_list |
(list) a list of kernel functions in the kernel library |
data |
(data.frame, n*d) a data.frame, list or environment (or object coercible by as.data.frame to a data.frame), containing the variables in formula. Neither a matrix nor an array will be accepted. |
test |
(character) Type of hypothesis test to conduct. Must be eitehr 'asymp' or 'boot'. |
alt_kernel_type |
(character) Type of alternative kernel effect to consider. Must be either 'linear' or 'ensemble' |
B |
(integer) A numeric value indicating times of resampling when test = "boot". |
verbose |
(logical) Whether to print additional messages. |
pvalue |
(numeric) p-value of the test. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.