stat_mean_pval | R Documentation |
Convenient function for calculating the two-sided p-value of the mean.
stat_mean_pval(x, na.rm = TRUE, n_min = 2, test_mean = 0)
x |
( |
na.rm |
( |
n_min |
( |
test_mean |
( |
A p-value.
stat_mean_pval(sample(10))
stat_mean_pval(rnorm(10), test_mean = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.