Learn R Programming

mrds (version 2.3.0)

print.ddf.gof: Prints results of goodness of fit tests for detection functions

Description

Provides formatted output for results of goodness of fit tests: chi-square, Kolmogorv-Smirnov and Cramer-von Mises test as appropriate.

Usage

# S3 method for ddf.gof
print(x, digits = 3, ...)

Value

None

Arguments

x

result of call to ddf.gof

digits

number of digits to round chi-squared table values to

...

unused unspecified arguments for generic print

Author

Jeff Laake

See Also

ddf.gof