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