Description Usage Arguments Details Value References Examples
Runs the IM Test using a two-step iterative procedure, to boostrap the covariance estimate and critical values. See reference for details.
1 |
data |
Data should be in vector form. |
inner |
Number of bootstrap replicates for the covariance estimate. |
outer |
Number of bootstrap replicates for critical values. |
allowParallel |
Should the outer bootstrap procedure be run in parallel or not. Defaults to false. |
numCores |
If allowParallel is true, specify the number of cores to use. |
Warning: This test can be very slow, since the covariance estimation is nested within the outer replicates. It would be recommended to use a small number of replicates for the covariance estimate (at most 50).
statistic |
Test statistic. |
p.value |
P-value for the test. |
theta |
Estimate of theta for the initial dataset. |
effective_bootnum |
Effective number of outer bootstrap replicates used (only those that converged are used). |
Dhaene, G., & Hoorelbeke, D. (2004). The information matrix test with bootstrap-based covariance matrix estimation. Economics Letters, 82(3), 341-347.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.