t-Tests |
|
|||||||||||||||
Single Sample t-Test
This test evaluates whether a sample of n observations come from a parent population in which the mean equals a specific (hypothesized) value.
|
Paired Samples t-Test
This test evaluates whether two dependent samples represent populations with different means. The two samples must have the same number of data points, and must be matched as nearly as possible to exclude the effects of extraneous variation. Examples are two variables measured before and after an intervention
|

Unpaired Samples t-Test
This test evaluates whether two independent samples represent two populations with different means, while assuming the populations having the same variances. The two samples/groups can have the same or a different number of data points.
- The data on the independent samples should be stored in two separate numeric columns.
- The default test result output includes a table report and a diamond plot of means.











