Formats the run.all.gof result as a compact, readable table:
rows grouped by test family, p-values shown to four decimals (or scientific
for very small values, "-" when not available), and a significance
flag. The object is still a plain data.frame underneath, so all the
raw columns remain available for programmatic use.
Usage
# S3 method for class 'gof_battery'
print(x, ...)Arguments
- x
A
gof_batteryobject returned byrun.all.gof.- ...
Ignored.