Description Usage Arguments Value
This function prints the summaries of the first n_tests
rank tests in
in LaTeX. The first row specifies the null hypothesis, the second row gives
the test statistic, the third the degrees of freedom and the fourth says
whether the null hypothesis passes the test at the pr
level.
1 | show.test(res, pr = 0.05, n_tests = K - 1)
|
res |
A list corresponding to the output of
|
pr |
A probability indicating the significance level required to pass a rank test. Defaults to 0.05. |
n_tests |
An integer indicating the number of tests to show. The
function prints the first |
The function returns a long string in LaTeX style that can be
processed in the standard LaTeX tabular environment in order to display
the results from the first n_tests
rank tests of the affinity
matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.