Print Output of Goodness-of-Fit Outlier Tests
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 class 'gofOutlier' print(x, ...)
x |
an object of class |
... |
arguments that can be supplied to the |
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.
Invisibly returns the input x
.
Steven P. Millard (EnvStats@ProbStatInfo.com)
Chambers, J. M. and Hastie, T. J. (1992). Statistical Models in S. Wadsworth & Brooks/Cole.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.