How To Know Which Statistical Test To Use For Hypothesis Testing

  Рет қаралды 720,621

Amour Learning

Amour Learning

Күн бұрын

Hi! My name is Kody Amour, and I make free math videos on KZbin. My goal is to provide free open-access online college math lecture series on KZbin using free open-access resources. I rely on generous donations and ad revenue - a special thanks to everyone who helped this channel grow.
**Please only give if you have the financial ability to do so.**
Support this Amour Learning channel directly on Patreon: / amourlearning
-------------------------------------------------------------------------------------------------------------------
Credit to all of the authors of all of the resources below that greatly helped influence this video. My newer videos are much more original than these videos.
Free open-access online math textbooks:
aimath.org/textbooks/approved...
My favorite number theory textbooks:
Number Theory: In Context and Interactive by Dr. Karl-Dieter Crisman: math.gordon.edu/ntic/
Elementary Number Theory:
Primes, Congruences, and Secrets by Dr. William Stein: wstein.org/ent/
A Computational Introduction to Number Theory and Algebra by Dr. Victor Shoup: shoup.net/ntb/
My favorite programming language:
SageMath (which in my view is categorically more productive than Python, R, Mathematica, Matlab, Maple, Magma, etc - if you're using any of these and they aren't working out, consider switching to Sage): www.sagemath.org/
A free in-depth tutorial for SageMath: doc.sagemath.org/html/en/tuto...
Learn LaTeX in 30 minutes: www.overleaf.com/learn/latex/...
-------------------------------------------------------------------------------------------------------------------
My favorite math/science KZbin channels that I absolutely love (in no particular order):
Zach Star: / @zachstar
Numberphile: / @numberphile
3Blue1Brown: / @3blue1brown
MIT OpenCourseWare: / @mitocw
Khan Academy: / @khanacademy
PBS Infinite Series: / @pbsinfiniteseries
Lex Fridman: / lexfridman There are plenty of methods for testing a hypothesis using statistics. When you are faced with a bunch of data, how do you know which test to use? Let's break down when to use each test in a simple way. Let's think how scientists think.
Support The Show On Patreon: / kodyamour
-------------------------------------------------------------------------------------------------------------------
My name is Kody Amour, and I provide online math lectures to the public. My aim is to provide content that attends to a sound, productive conceptual understanding. Basically, I want to make sense, and I want my videos to be coherent with each other. If you think that these videos have helped you, please consider supporting this channel by subscribing, and please consider donating to this cause via Patreon!
Website: amourlearning.org/
Facebook: / amourlearning
Twitter: / kodyamour
Udemy: www.udemy.com/user/kodyamour/
Linkedin: / kodyamour

Пікірлер: 308
@quantquill
@quantquill 8 ай бұрын
We do not use a t-test for a one-sample test for proportion. We use the z distribution. I teach undergraduate and graduate statistics and have reviewed a dozen statistics textbooks and with 99% confidence, claim that we do not use the Student's t-distribution when testing a proportion. From the Stats Stackexchange: "The reason you can use a z-test with proportion data is because the standard deviation of a proportion is a function of the proportion itself. Thus, once you have estimated the proportion in your sample, you don't have an extra source of uncertainty that you have to take into account." Z distribution doesn't ask for sample size to determine the critical value, whereas t distribution does. However, as sample size gets large, z and t converge until t = z. For example, the sample size of 1000 would have no difference between z and t values.
@AmourLearning
@AmourLearning 8 ай бұрын
Thank you for the correction 🙂
@ombotimbe
@ombotimbe 7 ай бұрын
I agree, Professor. I lately took some class on regression analysis at Google and that's exactly what we've been told. You haven't missed a word in your explanation. Thank you!
@user-cy9zf4oz2i
@user-cy9zf4oz2i 5 ай бұрын
The z-test for proportions is DERIVED from the binomial distribution under the assumption of a large sample size. The key idea behind this test is based on the Central Limit Theorem, which states that the distribution of the sample mean of a large enough sample will be approximately normally distributed, regardless of the shape of the underlying population distribution. hence you use z-test with proportion data
@beachwave5705
@beachwave5705 Ай бұрын
ok tryhard
@mrbenizzle4087
@mrbenizzle4087 Ай бұрын
@@beachwave5705that’s such a bananas thing to say to a professor making a correction to a statistics video on KZbin 💀
@aflowerthatbloomsinadversity
@aflowerthatbloomsinadversity 2 жыл бұрын
Spent 16 weeks in a graduate level stats class, but learned everything I needed to know in this 20 minute video. Thanks! Super clear.
@AssGasGottaBlast
@AssGasGottaBlast 2 жыл бұрын
Came here to say the same thing! lol
@konami584
@konami584 2 жыл бұрын
yes, agree :)
@biruktesfaye7472
@biruktesfaye7472 2 жыл бұрын
Those 16 weeks has laid a huge foundation for u to understand this 20' lecture easily though.
@Noname11364
@Noname11364 2 жыл бұрын
Right? I was thinking in class, there has to be a more concise way to explain this stuff.
@cjohnson3836
@cjohnson3836 Жыл бұрын
Given its a year later, you've probably now also learned that none of these tests are relevant any longer.
@Misterz3r0
@Misterz3r0 Жыл бұрын
There is nothing wrong with the 1-sample z test. It produces the correct answers as long as you have the population parameters. But because we rarely have the population parameters we don't use it. Its not inherently flawed as implied by the host of the video. It's pretty easy to explain why it isn't used very often, like I just did. Otherwise, great video.
@Canuck1000
@Canuck1000 Жыл бұрын
I was going to say the same thing. In addition, when the sample is greater than 30, both tests are pretty much the same. For the Chi-square, he should have said that each "bin" needs to have more than five observations. Two of them were below five.
@sssam844
@sssam844 Жыл бұрын
@@Canuck1000 he seems to be quite incompetent
@claireli5044
@claireli5044 Жыл бұрын
@@Canuck1000do you know the difference of 2 sample t-test proportion vs chi squared? I feel they are quite interchangeable, like the depression example he mentioned. Can it be used for chi-squared as well?
@Canuck1000
@Canuck1000 Жыл бұрын
@@claireli5044 The issue that is discussed here is the z-test vs t-test (population vs sample). The z-test is valid if we know the information about the entire population, but is very difficult to obtain as Z3r0 said above. It should not be automatically rejected. In the end, if n>30, both tests will give you the same results (if it is a sample still use the t-test though).
@hyowonkim8168
@hyowonkim8168 Жыл бұрын
@@claireli5044 Hi, isn't the t-test for comparing the means of two or more different continuous variables and the chi-squared test for nominal and/or ordinal variables? If I am not mistaken I don't think they are interchangeable. I would appreciate it if someone can correct my understanding. Thank you.
@jamiyana4969
@jamiyana4969 2 жыл бұрын
Simply the greatest explanation. I spent hours trying to get the main gist and difference of all these confusing test. This video was the brilliant saver for me. Thank you so much !!!!!
@aishwaryar1998
@aishwaryar1998 Жыл бұрын
The fact he explained the entire semester statistics portion in 20 minutes clear and precise. Amazing 🔥
@HamzaAfridi999
@HamzaAfridi999 7 ай бұрын
As a medical student with a small portion of statistics I m just confused 🥲
@girlwithquestions
@girlwithquestions Жыл бұрын
This was super helpful in so many levels. Not only did you described the tests in detail without hassle but it helped me understand when to use them. Thanks!!
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too no matter the virus or disease
@mcyap92
@mcyap92 3 жыл бұрын
Clear explanation, good example, energetic lectures! Thanks, this is so helpful!
@koenhouse
@koenhouse 2 жыл бұрын
You are one in a million! I finally understand when to use Regression! Thank you & subscribed!
@jennifervazquez5329
@jennifervazquez5329 Жыл бұрын
saved me so much time researching the appropriate technique I should use to test my hypothesis. Glad i watched it
@fatmazehra3892
@fatmazehra3892 2 жыл бұрын
It is amazing! While I listening, I made a mind map and I finally organize my knowledge. Thanks a lot!
@siddharthvm8262
@siddharthvm8262 2 жыл бұрын
Great video! Just wanted to share my 2 cents. We don't use z tests because they require for us to have the population statistics (population mean and standard deviation) to do our analysis whereas in a T-test we just require the sample statistics (sample mean and standard deviation) to go ahead. Since in many cases we are just comparing 2 samples and we might not have the population statistics (especially standard deviation),we use T-tests instead of the z tests. Hope this helps!
@raideryvs5595
@raideryvs5595 Жыл бұрын
Just to add a little more, you dont need the population mean to perform a z-test but you need the population standard deviation (which you never really have in practice). If you needed the population mean, then doing a test for the mean would be beyond pointless
@anuragnegi9636
@anuragnegi9636 4 ай бұрын
@@raideryvs5595 not sure about this. What about a case where a machine is claimed to produce products of size X and we have to look at a sample's Mean and Std to validate that ? Here we have 'claimed' population mean available to us.
@jermelpurse3018
@jermelpurse3018 Жыл бұрын
I’m not statistician but I’ve been in the statistics classes at least all three or four you might take during your undergraduate year and when you learn about those particular test they also tell you when you should use them. That’s part of learning about the actual test. I think that’s where we’re having a breakdown in the education process now statistics is more college level but even on a more basic level we might learn how to do math but we don’t learn the principles behind the mathematics you should learn the principles behind the statistics tests then you know when to use them
@KatoOnTheTrack1
@KatoOnTheTrack1 14 сағат бұрын
I’m a mechanical engineer. Of course we took the appropriate statistics and probability class but never saw the real significance until my 5th year of being an engineer and working at GE healthcare. Now I apply the DMAIC approach as much as needed.
@upbornwoman9334
@upbornwoman9334 2 жыл бұрын
I am from the university of Jos, Plateau State, Nigeria and l have never learned well during the masters degree statistics classes l took for one year+ but you make it look simple. You are a good communicator and l feel more confident about my statistics knowledge because of you.
@henetunoel5657
@henetunoel5657 7 ай бұрын
🇳🇬❤
@louiechievonmendoza9398
@louiechievonmendoza9398 Жыл бұрын
I commend you! This is the most comprehensive comparison with explanation so far. Thanks
@LiliaceaeLilium
@LiliaceaeLilium 3 жыл бұрын
That really helped me understand the differences. I've always struggled with that before, so thank you!
@arj123sub
@arj123sub 3 жыл бұрын
Thanks for posting this video. Clarified the difference between the tests
@tbrazz8482
@tbrazz8482 2 жыл бұрын
This was extremely helpful and clear...thanks so much!
@hiyaguha
@hiyaguha Жыл бұрын
Kody, Thank you so much. I have spent days trying to figure out ANOVA versus Chi Square versus T tests and so on, and you made it so easy. I am really grateful --and also a little baffled that so many other sources make it so complex.
@synergi1107
@synergi1107 2 жыл бұрын
thank you so much for finding time to really explain this to us
@MrRemava
@MrRemava 2 жыл бұрын
Great! Simple and short resume of a difficult problem. Thanks a lot!
@bryanlee5464
@bryanlee5464 2 жыл бұрын
wish all teachers are like you can structure so clearly and simply like this!
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too no matter the virus or disease
@ladydove5895
@ladydove5895 Жыл бұрын
Where have you been all my statistics life? WOW!! Just brilliant...thank you so much.
@suki1053
@suki1053 3 жыл бұрын
Thank you so much!!!!! This is definitely solved my problems and answered my confused.
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
visit #herbalistehi for review and to be cured too no matter the virus or disease
@zeynepzisan3636
@zeynepzisan3636 Жыл бұрын
What a clear explanation with examples. I could understand without statistic background. Thank you
@annalewis866
@annalewis866 Жыл бұрын
Thank you! Very clear and exactly what I needed!
@uncutit1995
@uncutit1995 2 ай бұрын
Woow woow this is the most clear version of understanding which test, when, where and how to use the statistical test. Thank you
@ifeanyi_maduka
@ifeanyi_maduka Жыл бұрын
This is by far the best approach I've watched on youtube. And I've watched many. So, straight sub and like for sure.
@laureldennis1727
@laureldennis1727 2 жыл бұрын
Ok, first, I love the way you present the information = terrific!!! 2nd soooo easy to understand; you speak in everyday language. thank you so much for this video, I got it!!
@akanshasrivastava3001
@akanshasrivastava3001 Жыл бұрын
Honestly ! I wasn't sure about it. But the content is so simplified,relevant and helpful.
@Missyheng
@Missyheng Жыл бұрын
Thank you! This is so helpful for my understanding!! Wish my lecturers would watch this and summed up as such.
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too no matter the virus or disease
@maciejjamrozy
@maciejjamrozy Жыл бұрын
Clear & Simple - thank you for the summary!
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
visit #herbalistehi for review and to be cured too no matter the virus or disease
@davidoconnor9167
@davidoconnor9167 Жыл бұрын
Wow.. so well explained, Thanks a bunch Kody!
@LauraGayusi
@LauraGayusi 3 жыл бұрын
Thank you very very much I have an exam tomorrow and you explained it clearly that I understand now I really appreciate your efforts you are a genius thank youuuuuuuuuuuuuuuuuuuuuu
@PLuna-zb4ol
@PLuna-zb4ol 6 күн бұрын
Great video, thanks for the clear explanations!
@MsAndreaskastrup
@MsAndreaskastrup Жыл бұрын
Amazing! So much easier and fun to follow along than the other youtube videoes i have seen
@kevinshao9148
@kevinshao9148 Жыл бұрын
Great video of lecture of this young man! Thank you so much!
@abhisheksrivastava3270
@abhisheksrivastava3270 Жыл бұрын
Great video Please clarify what type of test one can use if studies are going on journalism and media comparisons
@daiversetech8000
@daiversetech8000 Жыл бұрын
The energy you bring to lectures is contagious. The explanation is extremely clear. Great stuff. Please keep it coming. Thanks
@sirmarky9991
@sirmarky9991 3 жыл бұрын
Your reaction on the thumbnail is definitely me.
@erhancinar5954
@erhancinar5954 3 ай бұрын
Wow. Great introduction. The context is great. But apart from the context, the teaching style is fabulous. Thank you.
@chandanaanil2249
@chandanaanil2249 2 жыл бұрын
LOVED THIS!!! NEVER UNDERSTOOD STATS BETTER
@filipinaandtheworld698
@filipinaandtheworld698 2 жыл бұрын
I’m on a PhD level program with a statistics course and this is incredibly useful sir. You deserve 22 million subscribers!
@haidaralolaywi8557
@haidaralolaywi8557 Жыл бұрын
Same as here
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too no matter the virus or disease
@prithvidhyani1991
@prithvidhyani1991 Жыл бұрын
no offense but how is any of the information in this video useful to you while doing a phd in statistics? isn't this taught in high school statistics?
@joed2444
@joed2444 Жыл бұрын
@@prithvidhyani1991 Maybe in your high school. Some of us are still learning the basics at the graduate level.
@prithvidhyani1991
@prithvidhyani1991 Жыл бұрын
@@joed2444 ohh I see. I should add then that this video really only tells you things to memorize about these topics. If you dive deeper into the mathematics behind every statistical test, you will not need to remember what test to apply in which situation, it will just make sense. Just my two cents if in case you are interested in studying stats.
@SiegDaniel
@SiegDaniel 2 жыл бұрын
I learned so much from this. Thanks!
@mariasahina9657
@mariasahina9657 2 жыл бұрын
Thank you! I'm in graduate school now and your videos still help!
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
visit #herbalistehi for review and to be cured too no matter the virus or disease
@hit4success
@hit4success 2 жыл бұрын
Hello, This lecture has helped me to understand using T and ANOVA Test on categorical variable. Previous my thought was T and ANOVA is used only for MEAN difference.
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too no matter the virus or disease
@germb747
@germb747 Ай бұрын
Thank you! You explain this so much better than my professor does.
@kaylakai
@kaylakai 9 ай бұрын
awesome, clearly defined to understand :) thank you!
@123du5
@123du5 2 жыл бұрын
Wow. Incredible content. Thanks a lot!
@mariamartin6205
@mariamartin6205 3 ай бұрын
Thanks, this was incredibly helpful!
@hoaralatoan845
@hoaralatoan845 7 ай бұрын
Thank you so much. My statistics semester packaged in your 20-minute video.
@marykhairallah5256
@marykhairallah5256 3 жыл бұрын
This has been so helpful, Thanks
@army-cx7nk
@army-cx7nk 3 жыл бұрын
Maryam Abdulaziz
@sanskarkhandelwal
@sanskarkhandelwal 28 күн бұрын
I learned more in this video than 4 month's of college classes 😂
@little___artistic
@little___artistic 5 ай бұрын
Thanks for this lecture! You are doing great!
@hameddadgour
@hameddadgour Жыл бұрын
Great content! Thank you for sharing.
@hennanoor6346
@hennanoor6346 Жыл бұрын
omg have an exam on Tuesday and this was a lifesaver!! thank you!!
@dibagabbary2066
@dibagabbary2066 3 жыл бұрын
The best video on this topic. Thanks a lot
@shshsh857
@shshsh857 2 жыл бұрын
Thank you! Very helpful video!!!
@drj144
@drj144 6 ай бұрын
Bro i cannot thank you enough. You explained it very clearly for me. Tq boss
@joshuandulinga732
@joshuandulinga732 2 жыл бұрын
Perfect explanation, Thank you!
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too
@VV-xf6fg
@VV-xf6fg 6 ай бұрын
Brilliant! You saved our time. Thank you!
@captain486
@captain486 11 ай бұрын
thanks man, this video helped me a lot doing my graduation research.
@julianmcneil9769
@julianmcneil9769 2 жыл бұрын
I'm another doc student who just learned some new things! Thanks!
@KnowDAOself
@KnowDAOself Жыл бұрын
Great video! Well explained!
@army-cx7nk
@army-cx7nk 3 жыл бұрын
Interesting and easy to understand.
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too
@FruitypantsMcNutz
@FruitypantsMcNutz 3 ай бұрын
OMG you are amazing.. this was so easy to understand thank you!!
@BillyMathews11590
@BillyMathews11590 6 ай бұрын
Dude I spent $70,000 on a PhD in Boston and could have saved every penny had I seen this before. Thanks your fantastic.
@cosanostra8341
@cosanostra8341 Жыл бұрын
Thank you for the explanation!! A quick question please: I measured the hardness of a material 2 times (before and after heat treatment), then I represented it with 2 box plots. Now I want to compare the 2 box with each other. For this I need to know when the boxes are significant. Can I use Chi square method? by the others technics, icant calculate p.value with exel. Thank you again!!
@xanmos
@xanmos 2 ай бұрын
You mentioned in 4:40 about t-test for one proportion, which DOES NOT exist because Z-tests for proportions are based on approximation of normal (hence, z) to binomial distribution so it's only z-test for proportion. In times like the sample size is so low in testing a single proportion, then some nonparametric test may be used, like the binomial test.
@tnmyk_
@tnmyk_ Жыл бұрын
Very well explained! THis video is super useful! THank you very much!!!
@bubblefun4564
@bubblefun4564 Жыл бұрын
thank u somuch, you have made this so easy for me, i was really struggling. you really simplified it. thanks alot again :)
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
visit #herbalistehi for review and to be cured too no matter the virus or disease
@luisrodrigueziii7316
@luisrodrigueziii7316 Жыл бұрын
My friend, you are AMAZING. Thank you so much for this video.
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
visit #herbalistehi for review and to be cured too no matter the virus or disease
@reginanoureddine3571
@reginanoureddine3571 2 жыл бұрын
Very very helpful thank you!!
@Mettaman_420
@Mettaman_420 3 жыл бұрын
Amazing!! Thank you!
@JamesPavlaine
@JamesPavlaine 3 жыл бұрын
there is no equivalent t-test for one sample proportion due to the binomial approximation in these cases so only z -test for one proportion samples
@solarchannel7943
@solarchannel7943 2 жыл бұрын
Good Thank you.
@dr024
@dr024 2 жыл бұрын
Theres no such thing as t-test for proportion. As tests involving single and two proportions, which are technically binomial, may only be estimated by a normal distribution (hence, z test), and not by t-distribution.
@DigitizedSelf
@DigitizedSelf Жыл бұрын
I'm amazed that there are not more comments on this.
@dr024
@dr024 Жыл бұрын
@@DigitizedSelf @DigitizedSelf im amazed too that there are 200k+ who viewed this and 5k (who "liked") who are totally no knowledge.
@rustytulod1449
@rustytulod1449 Жыл бұрын
t test also follow the same formula with z test.
@dr024
@dr024 Жыл бұрын
@@rustytulod1449 find a book that use t-test for proportion and ull never find one.
@ujjwalsharma4945
@ujjwalsharma4945 3 жыл бұрын
thankyou... this tutorial was really helpful...
@annathomas9427
@annathomas9427 Жыл бұрын
This is so helpful! Thank you!!!
@TheColorField
@TheColorField Жыл бұрын
You use the Z-test when you know something about the population standard deviation. This doesn't happen very often, so the t-test is more common. Saying you should never use it, or that it's "bad" or "dumb" or "unprofessional" is just NOT accurate. It's just more RARELY used. Throwing it out shows a lack of understanding.
@kamogelokhumalo4792
@kamogelokhumalo4792 11 ай бұрын
WOW thank you very much for that easy to understand explanation
@amoreggaeton1
@amoreggaeton1 2 жыл бұрын
Thank you so much for this, you are awesome at what you do! :) 😍
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
visit #herbalistehi for review and to be cured too no matter the virus or disease
@muskanvij4811
@muskanvij4811 3 жыл бұрын
Really Helpful! Thanks
@warmpereer65
@warmpereer65 Жыл бұрын
Question: I am conducting a study regarding three types of concrete mix to determine if the three mix techniques are significantly different and to determine the optimum mix among the three. I know I can use one way anova to test the significant difference of means however is there a test that determines which mix is optimal or provide better results?
@cspineda
@cspineda 3 ай бұрын
Great explanations!
@tarekyasseen2019
@tarekyasseen2019 3 жыл бұрын
thanks man really helpful!
@roz9140
@roz9140 Жыл бұрын
Great explanation. Thank you 🙏
@sorormimm493
@sorormimm493 Жыл бұрын
Ugh, hated stats in grad school. Both rounds. Am fascinated by stats now!!
@mayyagore
@mayyagore Ай бұрын
thank you! now its all clear
@-injection-8060
@-injection-8060 Жыл бұрын
Very helpful and clear video.
@hls_yeah
@hls_yeah 11 ай бұрын
When he talked about the 2-independent sample test for mean, 2-independent sample test for proportion, and paired sample test, are those all t-tests just with different null and alternative hypotheses? Or are there different ways to do those tests other than the t statistic?
@aarushisrivastava5701
@aarushisrivastava5701 9 ай бұрын
Amazingly explained 👏🙏🏻
@VikramKumar-yc5rl
@VikramKumar-yc5rl Жыл бұрын
I have 3 independent groups (standard drug, new drug, combination of both) to test a eye drop drug trial. I need to test the significance of new drug for various symptoms( itching, tearing, burning sensation, etc; total 10 symptoms ). I have before and after data for each symptom. Sample size for each group is 13,14 and 15. Which test should I use? To choose test do you I also need to know the normality of data distribution?
@layaaskari490
@layaaskari490 4 ай бұрын
Thank you It was really helpful❤
@jumaayubumohamedi4813
@jumaayubumohamedi4813 2 ай бұрын
I think proportions are for categorical response or variables and not qualitative as said here, qualitative research itself its so much complicated with thematic or content analysis of codes and quotes, regarding Z and t test I think its about sample size that dictates which one to be used, I stand to be corrected if I am wrong
@dslavbebe
@dslavbebe 2 жыл бұрын
THANK YOU FOR MAKING THIS.
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too
@joannaharnett6334
@joannaharnett6334 2 жыл бұрын
SO SO helpful thank you very much
@antoniorobinson1727
@antoniorobinson1727 Жыл бұрын
Hepatitis virus can be cured naturally... visit #herbalistehi for review and to be cured too
@gilangignasraharjo6138
@gilangignasraharjo6138 Жыл бұрын
Thanks man! great lecture
@SNAKE1375
@SNAKE1375 10 ай бұрын
Hi Kody. Thanks for this clear explanation of the Anova. However, what's interesting me is only the difference between the control group and the treatment groups. I am not interested in the compaison of treatment groups between them. So what's the use for an Anova? Are T-test between the control group and each treatment groups separately enough? has Anova a role in increasing the statistical power compare to multiple T-tests?
@davidhencshel5969
@davidhencshel5969 2 ай бұрын
Every time you conduct a t-test there is a chance that you will make a Type I error. This error is usually 5%. By running two t-tests on the same data you will have increased your chance of "making a mistake" to 10%. The formula for determining the new error rate for multiple t-tests is not as simple as multiplying 5% by the number of tests. However, if you are only making a few multiple comparisons, the results are very similar if you do. As such, three t-tests would be 15% (actually, 14.3%) and so on. These are unacceptable errors. An ANOVA controls for these errors so that the Type I error remains at 5% and you can be more confident that any statistically significant result you find is not just running lots of tests.
@mini8525
@mini8525 Жыл бұрын
Thank you so much for this!
@unknownbakimono2733
@unknownbakimono2733 3 жыл бұрын
Hello, this lecture has helped me much, thank you for that. I have one question if u could kindly answer,, Is there is a test that can draw a correlation using both quantitative and qualitative variables?
@unknownbakimono2733
@unknownbakimono2733 3 жыл бұрын
@@AmourLearning thank you for responding eventually : )), may this answer be of help to others in need
Statistics made easy ! ! !   Learn about the t-test, the chi square test, the p value and more
12:50
Bro be careful where you drop the ball  #learnfromkhaby  #comedy
00:19
Khaby. Lame
Рет қаралды 29 МЛН
Когда на улице Маябрь 😈 #марьяна #шортс
00:17
ПЕЙ МОЛОКО КАК ФОКУСНИК
00:37
Masomka
Рет қаралды 10 МЛН
How to choose an appropriate statistical test
18:36
TileStats
Рет қаралды 114 М.
How to Use SPSS: Choosing the Appropriate Statistical Test
47:10
Biostatistics Resource Channel
Рет қаралды 841 М.
Hypothesis Testing Problems - Z Test & T Statistics - One & Two Tailed Tests   2
13:34
The Organic Chemistry Tutor
Рет қаралды 2,7 МЛН
Choosing a Statistical Test for Your IB Biology IA
9:58
Daniel M
Рет қаралды 773 М.
Statistical Tests: Choosing which statistical test to use
9:33
Dr Nic's Maths and Stats
Рет қаралды 1,6 МЛН
T-test, ANOVA and Chi Squared test made easy.
15:07
Global Health with Greg Martin
Рет қаралды 262 М.
R-squared, Clearly Explained!!!
11:01
StatQuest with Josh Starmer
Рет қаралды 158 М.
Bro be careful where you drop the ball  #learnfromkhaby  #comedy
00:19
Khaby. Lame
Рет қаралды 29 МЛН