\name{summaryPvalue}
\alias{summaryPvalue}
\title{  summarize the test statistics and p-values}
\description{
  summarize the test statistics and p-values
}
\usage{
summaryPvalue(fbatObject)
}
\arguments{
  \item{fbatObject}{Object for Family Based Association Tests. See references.}
}
\details{
Print summary of test statistics and p-value.
}
\value{
}
\author{
Weiliang Qiu \email{stwxq@channing.harvard.edu}, 
Ross Lazarus \email{ross.lazarus@channing.harvard.edu}, 
Gregory Warnes \email{warnes@bst.rochester.edu},
Nitin Jain \email{nitin.jain@pfizer.com}
}
\examples{
  data(CAMP)
  tmp<-fbat(CAMP)
  summaryPvalue(tmp)
}
\references{
\url{http://www.biostat.harvard.edu/~fbat/fbat.htm}
}
\keyword{ misc}