summaryPvalue {fbat}R Documentation

summarize the test statistics and p-values

Description

summarize the test statistics and p-values

Usage

summaryPvalue(fbatObject)

Arguments

fbatObject Object for Family Based Association Tests. See references.

Details

Print summary of test statistics and p-value.

Value

Author(s)

Weiliang Qiu stwxq@channing.harvard.edu, Ross Lazarus ross.lazarus@channing.harvard.edu, Gregory Warnes warnes@bst.rochester.edu, Nitin Jain nitin.jain@pfizer.com

References

http://www.biostat.harvard.edu/~fbat/fbat.htm

Examples

  data(CAMP)
  tmp<-fbat(CAMP)
  summaryPvalue(tmp)

[Package fbat version 1.2.0 Index]