Description Usage Arguments Value Examples
Sign Test (Binomial Test) with a Plot
1 | signtest.plot(x, mu0 = 0, side = "two", dig = 4)
|
x |
Data vector |
mu0 |
Mean value under the null hypothesis, Default: 0 |
side |
Type of alternative hypothesis, Default: 'two' |
dig |
Number of digits below the decimal point, Default: 4 |
None.
1 2 | (x = c(1,2,5,7, rep(8,7), rep(9,5), rep(10,4)))
signtest.plot(x=x, mu0=7, side="up")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.