Skip to main content

T- Test

Image result for t-test
T-tests are handy hypothesis tests in statistics when you want to compare means. You can compare a sample mean to a hypothesized or target value using a one-sample t-test. You can compare the means of two groups with a two-sample t-test. If you have two groups with paired observations (e.g.before and after measurements), use the paired t-test.



How do t-tests work? How do t-values fit in? In this series of posts, I’ll answer these questions by focusing on concepts and graphs rather than equations and numbers. After all, a key reason to use statistical software like Minitab is so you don’t get bogged down in the calculations and can instead focus on understanding your results.

calculate probabilities and assess hypotheses.

What are T-Tests?
Sometimes, we don’t just look at or describe one group of data. Instead, we want to look at two groups of data and compare them. We want to see if the two groups are different. T-tests are often used to compare the means from two different groups of data. They can help you find out if means are significantly different from one another or if they are relatively the same. If the means are significantly different, you can say that the variable being manipulated, your Independent Variable (IV), had an effect on the variable being measured, your Dependent Variable (DV). You will probably be asked to do two popular types of t-tests in SPSS so we will talk about each.

Independent Samples T-Tests
Background | Enter Data | Analyze Data | Interpret Data | Report Data

These types of t-tests are used to compare groups of participants that are not related in any way. The groups are independent of one another. So, participants in one group have no relationship to participants in the second group. This is sometimes called a between-subjects design.

Paired Samples T-Tests
Background | Enter Data | Analyze Data | Interpret Data | Report Data


These types of tests are used to compare groups that are related in some way. There are so many ways that participants in two groups can be related. One way is that participants in the first group are the same as participants in the second group. This is sometimes called a repeated measures design. A second way is that participants in the first group are genetically related to participants in the second group. For example, a pair of twins could be divided up so one twin participated with the first group and the other twin participated with the second group. A third way is if participants in one group are matched with participants in a second group by some attribute. For example, if a participant in the first group rates high on depression, researchers might try to find a participant in the second group that also rates high on depression.


















Comments

Popular posts from this blog

Frequency Distribution and Data Presentation

A  frequency distribution is a table that displays the frequency of various outcomes in a sample. Each entry in the table contains the frequency or count of the occurrences of values within a particular group or interval, and in this way, the table summarizes the distribution of values in the sample. Organizing Data. 1.Arrange data into an array 2. Decide on the number of classes( k) 3. Calculate the class interval 4. Prepare a tally sheet There are two types of Frequency:  Categorical frequency distribution. Grouped frequency distribution. Categorical Frequency Distributions The categorical frequency distribution is used for data that can be placed in specific categories or represent values of a qualitative variable. Grouped Frequency Distributions: When the data are numerical and their range is large, the data must be grouped into classes that are more than one unit in length. Histogram The histogram is an accurate graphical representati...

Hypothesis Testing

Hypothesis refers means an educated guess or an assumption that can be tested. Forms of hypothesis: 1.       HA- Research hypothesis 2.       HO- Null hypothesis HA: Research hypothesis: The research hypothesis is also known as an alternate hypothesis. HA is a statement on which a statistical hypothesis test is set up. HO- Null hypothesis: Null hypothesis is also known as no difference or no relationship, this is used to facilitate testing of research hypothesis Types of hypothesis: ·         One-tailed- Directional HA: p>0 HO: p<0 ·         Two-tailed- non-directional HA: p not equal to zero Types of Error: Type 1 Error – Rejection of a true Null hypothesis. Type 2 Error – It may have a false negative finding. Type 1 error is donated by Alpha. Level of significant can reduce...

Population and Sample

A Population comprises of all elements showing the parameters of an individual or objects. Whereas, a Sample is a sub-set of a population showing statistics.