print.gofIG {gofIG} | R Documentation |
Print method for tests of the inverse Gaussian distribution
Description
Printing objects of class "gofIG".
Usage
## S3 method for class 'gofIG'
print(x, ...)
Arguments
x |
object of class "gofIG". |
... |
further arguments to be passed to or from methods. |
Details
A gofIG
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.
Value
the argument x, invisibly, as for all print methods.
Examples
print(test.ABEV1(rgamma(20,1)))
[Package gofIG version 1.0 Index]