View source: R/TrinomialTest.R
generate_trinomial_info | R Documentation |
Returns a range of information relevant to a trinomial test subject to various settings.
generate_trinomial_info( n, alpha = 0.05, include_one = TRUE, find_RR = TRUE, digits = NULL, P0s = NULL )
n |
number of paired observations. |
alpha |
significance level. |
include_one |
logical. If |
find_RR |
logical. If |
digits |
number of significant digits to be returned. |
P0s |
numeric vector of all possible probabilities of a tie. |
A list containing possible probability distributions, numbers of ties, probabilities of a tie, critical values, and rejection regions for a given number of observations and alpha level of a theoretical trinomial test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.