print.gofTwoSample: Print Output of Two-Sample Goodness-of-Fit Tests

print.gofTwoSampleR Documentation

Print Output of Two-Sample Goodness-of-Fit Tests

Description

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.

Usage

## S3 method for class 'gofTwoSample'
print(x, ...)

Arguments

x

an object of class "gofTwoSample". See gofTwoSample.object for details.

...

arguments that can be supplied to the format function.

Details

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.

Value

Invisibly returns the input x.

Author(s)

Steven P. Millard (EnvStats@ProbStatInfo.com)

References

Chambers, J. M. and Hastie, T. J. (1992). Statistical Models in S. Wadsworth & Brooks/Cole.

See Also

Goodness-of-Fit Tests, gofTwoSample.object, print.


EnvStats documentation built on Aug. 22, 2023, 5:09 p.m.