Description Usage Arguments Details Value
View source: R/automatisation.R
testentscheid
returns 0 if H_0 is not rejected and 1 if it is rejected.
1 | testentscheid(n, Verteilung = "", method, x = 0)
|
n |
An integer. (Here 10,20 or 50) |
Verteilung |
A String specifing the choosen distribution to test. |
method |
A name of a test. |
x |
A numeric vector of length n. |
If Verteilung
is empty then the given numeric vector x is taken for testing.
binary number.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.