Prints the results of a chi-square goodness of fit test in a
readable format. This function is called automatically whenever a result
from goodnessOfFitTest is displayed.
Usage
# S3 method for class 'gofTest'
print(x, ...)Arguments
- x
A goodness of fit test result, as returned by
goodnessOfFitTest.- ...
Additional arguments (unused, included for compatibility).