print.gofgamma {gofgamma} | R Documentation |
Printing objects of class "gofgamma".
## S3 method for class 'gofgamma'
print(x, ...)
x |
object of class "gofgamma". |
... |
further arguments to be passed to or from methods. |
A gofgamma
object is a named list of numbers and character string, supplemented with test
(the name of the teststatistic). test
is displayed as a title.
The remaining elements are given in an aligned "name = value" format.
the argument x, invisibly, as for all print methods.
print(test.BE(rgamma(20,1)))