Description Usage Arguments Author(s) References See Also Examples
This function prints out the numerical values of SPA test statistics and their p-values.
1 2 |
x |
an SPA object, result form |
... |
See |
Ruixue Fan rf2283@columbia.edu
Fan, R., Lo, S-H (2013). A robust model-free approach for rare variantss association studies incorporating gene-gene and gene-environmental interactions. PLOS ONE 8(12):e83057.
1 2 3 4 | data(SPA_example)
attach(SPA_example)
I1_dich <- SPA.I(x,y.d,interaction=1,nperm=100) # only compute I1 and its pvalue
print(I1_dich)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.