Description Usage Arguments Value Examples
This funtion performs independence test using kernel density method and bootstrap method. To use the function, you should make sure you've installed R_package "kedd"
1 | indTest(x, y, B, alpha = 0.05)
|
x, y |
numeric vectors of data values which need to test |
B |
the number of bootstrap replications |
alpha |
the significance level (default 0.05) |
the test result with p_value
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.