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)

Gregory R. Warnes warnes@bst.rochester.edu and 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.0.0 Index]