yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Conclusion for a two sample t test using a P value


2m read
·Nov 10, 2024

We're told a sociologist studying fertility in Argentina and Bolivia wanted to test if there was a difference in the average number of babies women in each country have. The sociologist obtained a random sample of women from each country. Here are the results of their test.

So they take a sample of 75 women in Argentina, and these women had a mean of 2.4 babies each, with a standard deviation of 1.5. Then the standard error of the mean was 0.17. Then they calculated similar statistics for Bolivia.

Then they give us the t-test for the means being different. We were able to calculate these statistics, and they say assume that all conditions for inference have been met at the alpha equals 0.05 level of significance. Is there sufficient evidence to conclude that there is a difference in the average number of babies women in each country have?

So pause this video and see if you can answer that.

All right, now let's work through this together. So this is classic hypothesis testing right over here, where your null hypothesis is actually going to be that your means are the same—so that the mean in Argentina is equal to the mean in Bolivia.

And then your alternative hypothesis is that your means are different. What you do is you say, all right, if we assume the null hypothesis, what is the probability that we would have gotten means this far apart? That's what our p-value tells us. We have a 0.31 probability, or 31 percent probability, of getting means this far apart.

Now, if your probability, assuming the null hypothesis, is below your level of significance, your alpha right over here, then you would say all right, that seems like such a low probability. I'll reject the null hypothesis, which suggests the alternative hypothesis.

But in this situation here, if we compare our p to our alpha, we see that our p-value is for sure greater than our alpha. So in this situation, I mean, you could see it right over here: 0.31 is for sure greater than 0.05.

So in this situation, we cannot reject the null hypothesis. Cannot reject our null hypothesis, and so there is not sufficient evidence to conclude that there is a difference in the average number of babies women in each country have.

More Articles

View All
2008 Berkshire Hathaway Annual Meeting (Full Version)
[Music] Folks, this just in! It appears that Warren Buffett has struck a deal to trade jobs with daytime soap opera diva Susan Lucci. Buffett has reportedly negotiated a permanent spot on the cast of All My Children. Apparently, Ms. Lucci is en route to O…
How to Invest for Beginners (2022)
All right, here we go! Welcome, guys! In this video, I’m going to be doing a full beginner’s guide to investing in the stock market. So buckle up! If you’re a beginner, you want to invest but you’ve never bought a stock before, then this video is definite…
Help all students reach their SAT goals with a Khan Academy district partnership
What’d you get on the math part? 4 30. What did you think you needed? I don’t know, my teacher told me 420. Really? Oh my God, I’m so sorry. You did it, and it’s a big weight lifted off your shoulder. It’s been happening all day; I’m graduating. The diff…
$1000 per month from DIVIDEND stocks? (Passive income from investing)
1,000 of dividend income per month? That sounds like the absolute dream! How nice would that be? Every month, just for being an investor in a couple of companies, you’re getting paid a thousand dollars. You didn’t even have to do anything for that money. …
Why you SHOULDN'T rent a home
What’s up, guys? It’s Graham here. So, a week ago, I made a video titled “Why You Shouldn’t Buy a Home,” and I got so many comments taking that title way too literally without watching the context of the video. Which, by the way, the entire point of that …
for loops with range() | Intro to CS - Python | Khan Academy
When we write a standard while loop, we need an assignment statement to initialize our loop variable to a start value and an assignment statement to update our loop variable on each loop iteration. In many cases, though, our loops are just counter-based, …