hwtest
objectsPrints test results (hwtest
) objects depending on how much detail is provided. If histogram data are present, ggplot2
is used to draw the plot by calling makeHistogram
# S3 method for hwtest
print(x, detail = NA, statName = NA, plotHisto = TRUE,
...)
the results from a call to hwx.test
0 for no print; 1 for P value only; 2 for all four P values; 3 to add data; 4 to add expected values
which statistic to use
Indicate whether or not to plot the histogram. Only used if hwx.test
was called with histobins
set to a positive value.
other parameters passed to print
.