Formats and prints the results of performing a goodness-of-fit test for outliers.
This method is automatically called by print
when given an object of
class "gofOutlier"
. The names of the functions that perform goodness-of-fit tests
for outliers and that produce objects of class "gofOutlier"
are listed under
Tests for Outliers.
# S3 method for gofOutlier
print(x, ...)
an object of class "gofOutlier"
. See gofOutlier.object
for details.
arguments that can be supplied to the format
function.
Invisibly returns the input x
.
This is the "gofOutlier"
method for the generic function print
.
Prints name of the test, hypothesized distribution, data name, sample size,
value of the test statistic, parameters associated with the null distribution of the
test statistic, Type I error, critical values, and the alternative hypothesis.
Chambers, J. M. and Hastie, T. J. (1992). Statistical Models in S. Wadsworth & Brooks/Cole.