Print Output of Goodness-of-Fit Tests
Formats and prints the results of calling the function distChoose
, which
uses a series of goodness-of-fit tests to choose among candidate distributions.
This method is automatically called by print
when given an
object of class "distChoose"
.
## S3 method for class 'distChoose' print(x, ...)
x |
an object of class |
... |
arguments that can be supplied to the |
This is the "distChoose"
method for the generic function print
.
Prints the candidate distributions, method used to choose among the candidate distributions,
chosen distribution, Type I error associated with each goodness-of-fit test,
estimated population parameter(s) associated with the chosen distribution,
estimation method, goodness-of-fit test results for each candidate distribution,
and the data name.
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.