print.gofTwoSample | R Documentation |
Formats and prints the results of performing a two-sample goodness-of-fit test.
This method is automatically called by print
when given an
object of class "gofTwoSample"
. Currently,
the only EnvStats function that performs a two-sample goodness-of-fit test
that produces an object of class "gofTwoSample"
is gofTest
.
## S3 method for class 'gofTwoSample'
print(x, ...)
x |
an object of class |
... |
arguments that can be supplied to the |
This is the "gofTwoSample"
method for the generic function
print
.
See the help file for
gofTwoSample.object
for information on the
information contained in this kind of object.
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.
Goodness-of-Fit Tests, gofTwoSample.object
,
print
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.