View source: R/TrinomialTest.R
trinomial_test | R Documentation |
Performs the trinomial test on either two data vectors or a vector of containing the counts of positive, tied, and negative differences.
trinomial_test( col1, col2 = NULL, alternative = c("two.sided", "greater", "less"), p_tie = NULL, print_info = TRUE )
col1 |
first data vector or a vector of (positive, tie, negative) counts of differences. |
col2 |
second data vector. |
alternative |
the type of hypothesis test to be performed. |
p_tie |
theoretical proportion of ties; calculated from the data by default. |
print_info |
logical. If |
An output object containing the number of observations; test statistic; p-value; hypotheses; number of positive, tied, or negative differences; critical value; and reverse flag notice for the trinomial test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.