pval_sign0 | R Documentation |
Two-sided P-value for sign test
pval_sign0(med0, x)
med0 |
null median |
x |
vector of data for test |
P-value of two-sided sign test for median
Ken Butler, butler@utsc.utoronto.ca
pval_sign0(3.5,1:10)
pval_sign0(3,1:10)
pval_sign0(25, datasets::mtcars$mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.