print.SPA: Print out the values and significance of SPA test scores.

Description Usage Arguments Author(s) References See Also Examples

View source: R/I_functions.R

Description

This function prints out the numerical values of SPA test statistics and their p-values.

Usage

1
2
	## S3 method for class 'SPA'
print(x,...)

Arguments

x

an SPA object, result form SPA.I or SPA.I.GE.

...

See print.

Author(s)

Ruixue Fan rf2283@columbia.edu

References

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.

See Also

SPA.I,SPA.I.GE

Examples

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)

SPAr documentation built on May 2, 2019, 7:18 a.m.

Related to print.SPA in SPAr...