print.emBayes {emBayes} | R Documentation |
print an emBayes result
Description
Print a summary of an 'emBayes' result
Usage
## S3 method for class 'emBayes'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
emBayes result |
digits |
significant digits in printout. |
... |
other print arguments |
Value
Print a list of output from a emBayes object.
See Also
[Package emBayes version 0.1.5 Index]