summary.wAF: Summary Function for Objects of "wAF" Class

Description Usage Arguments Value Examples

View source: R/summary.R

Description

Summary Function for Objects of "wAF" Class

Usage

1
2
## S3 method for class 'wAF'
summary(object, ...)

Arguments

object

An object of "wAF" class.

...

Optional arguments for summary.

Value

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

Examples

1
2
3
4
Y <- SNV_sparse$trait
X <- SNV_sparse$SNV[, -SNV_sparse$zero_var]
test1 <- wAF(Y, X, nperm = 100)
summary(test1)

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