print.Chisqtest: Print a summary of a Chisqtest
object
Description
Printing objects of class "Chisqtest
" by simple print
methods.
Usage
# S3 method for Chisqtest
print(x, digits = getOption("digits"), prefix = "\t", ...)
Arguments
- x
object of class "summary.Chisqtest
"
- digits
number of significant digits to be used.
- prefix
string, passed to strwrap
for displaying the method component
of the classhtest
object.
- ...
Additional parameters for print
.