![[Stable]](figures/lifecycle-stable.svg)
Convenient function for calculating the two-sided p-value of the mean.
Arguments
- x
(numeric
)
vector of numbers we want to analyze.
- na.rm
(flag
)
whether NA
values should be removed from x
prior to analysis.
- n_min
(numeric
)
a minimum number of non-missing x
to estimate the p-value of the mean.
- test_mean
(numeric
)
mean value to test under the null hypothesis.