R/print.maxstat.R

Defines functions print.maxstat

Documented in print.maxstat

print.maxstat<-function(x,...)
{
 printCoefmat(t(x), dig.tst=3, tst.ind=1:4, P.values = TRUE, na.print="-", ...)
}

Try the SNPassoc package in your browser

Any scripts or data that you put into this service are public.

SNPassoc documentation built on Dec. 28, 2022, 1:59 a.m.