| test.mean | R Documentation |
Computes a one-sample t-test for a population mean using the estimated mean, estimated standard deviation, sample size, and null hypothesis value. Use the t.test function for raw data input. A confidence interval for a population mean is a recommended supplement to the t-test (see ci.mean).
For more details, see Section 1.11 of Bonett (2021, Volume 1)
test.mean(m, sd, n, h)
m |
estimated mean |
sd |
estimated standard deviation |
n |
sample size |
h |
null hypothesis value of mean |
Returns a 1-row matrix. The columns are:
t - t test statistic
df - degrees of freedom
p - two-sided p-value
Snedecor1980statpsych
\insertRefBonett2021statpsych
test.mean(7.9, 3.05, 100, 7)
# Should return:
# t df p
# 2.9508 99 0.00396
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.