View source: R/print.censMCT.R
print.censMCT | R Documentation |
Print the results of mutliple nonparametric comparison tests among groups of left-censored data.
## S3 method for class 'censMCT' print(x, digits = 4, ...)
x |
an object of class "censMCT"—output from |
digits |
the number of significant digits to print |
... |
further arguments passed to or from other methods. |
The object x
is returned invisibly.
The printed output includes the name of the test, the error rate, the
method for adjusting the p-values for the individual tests, the names of the
response and group variables, and a table of the paired comparisons. The
table includes the names of the groups comapred, the z-score from the
genWilcox.test
, the adjusted p-value, and a column to indicate if the
adjusted p-value is less than the alpha
level set in
censMulticomp.test
.
censKSample.test
, censMulticomp.test
,
genWilcox.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.