sign_test0 | R Documentation |
Sign test (simplified) for given median
sign_test0(x, med0 = 0, tol = 1e-06)
x |
vector of data |
med0 |
null median (defaults to zero) |
tol |
(default 1e-6) how close a data value has to be to the null median to be considered equal to null median (and discarded) |
list of two elements: table of values above and below null median, data frame of 1-sided and 2-sided P-values
Ken Butler, butler@utsc.utoronto.ca
sign_test0(1:10,3.5)
sign_test0(1:10,3)
sign_test0(datasets::mtcars$mpg,25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.