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