print.gofOutlier | R Documentation |
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.
Tests for Outliers, gofOutlier.object
,
print
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.