print.wAF: Print Function for Objects of "wAF" Class

Description Usage Arguments Value Examples

View source: R/summary.R

Description

Print Function for Objects of "wAF" Class

Usage

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

Arguments

x

An object of "wAF" class.

...

Optional arguments for print.

Value

Method used; P-value; weights used; variants combined into the test statistic.

Examples

1
2
3
4
5
Y <- SNV_sparse$trait
X <- SNV_sparse$SNV[, -SNV_sparse$zero_var]
test2 <- wAF(Y, X, w = "flat", nperm = 100)
test2
print(test2)

songbiostat/wAF documentation built on Feb. 26, 2021, 6:24 p.m.