| print.gagafit {gaga} | R Documentation |
Prints an object of class gagafit (as returned by fitGG
or parest) or class nnfit. Provides general information and hyper-parameter
estimates, if available.
## S3 method for class 'gagafit' print(x,...) ## S3 method for class 'nnfit' print(x,...)
x |
Object of type |
... |
Other arguments to be passed on to the generic print function. |
fitGG does not create a complete gagafit object. The
complete object is returned by parest, which computes the
posterior probabilities of differential expression and obtain
hyper-parameter estimates (these are only provided by fitGG
when the option method='EBayes' is used).
Prints number of genes, hypotheses, details about the model fitting and hyper-parameter estimates (when available).
David Rossell