print.ddf.gof {mrds} | R Documentation |
Provides formatted output for results of goodness of fit tests: chi-square, Kolmogorv-Smirnov and Cramer-von Mises test as appropriate.
## S3 method for class 'ddf.gof'
print(x, digits = 3, ...)
x |
result of call to |
digits |
number of digits to round chi-squared table values to |
... |
unused unspecified arguments for generic print |
None
Jeff Laake