Box Plots in R with t-test, Mann-Whitney, ANOVA, Kruskal-Wallis, Shapiro-Wilk, Levene and post-hocs

  Рет қаралды 7,319

yuzaR Data Science

yuzaR Data Science

Күн бұрын

Пікірлер: 36
@loeldalan2683
@loeldalan2683 13 күн бұрын
Big, fat thanks to Mr. Patil...✌
@yuzaR-Data-Science
@yuzaR-Data-Science 13 күн бұрын
he is amazing
@WilOspinoC
@WilOspinoC Жыл бұрын
This comes from an outer level. THis is great. Thanks!!!
@yuzaR-Data-Science
@yuzaR-Data-Science Жыл бұрын
You're very welcome! I later actually produced a separate video for every test ggstatslot does. For example, you can check out t-test, or kruskal-wallis, or chi-square, or correlation ... any common statistical test.
@WilOspinoC
@WilOspinoC Жыл бұрын
@@yuzaR-Data-Science I am going to check them. Now I am really digesting the statistical information.
@Bader-gs4ig
@Bader-gs4ig 4 ай бұрын
very very informative. thanks mate
@yuzaR-Data-Science
@yuzaR-Data-Science 4 ай бұрын
Glad you enjoyed it, thanks for watching mate!
@chacmool2581
@chacmool2581 Жыл бұрын
Awesome stuff. As always. I want a vid from you on ElasticNet and how it can supplant Ridge/Lasso.
@yuzaR-Data-Science
@yuzaR-Data-Science Жыл бұрын
Great suggestion! The machine learning stuff is coming anyway. But it'll take some time. I just need to cover some basic .... and get more time from my day job. Year, similar to the tests, I wanna cover every useful model. Ideally :)
@chacmool2581
@chacmool2581 Жыл бұрын
@@yuzaR-Data-Science MARS is interesting too. Does feature selection/reduction and is kinda interpretable.
@yuzaR-Data-Science
@yuzaR-Data-Science Жыл бұрын
Oh, that's another good one I have to dive into to be able to answer. We'll get there ;)
@VladimirShatalov
@VladimirShatalov 4 жыл бұрын
Nice presentation, thank you!
@yuzaR-Data-Science
@yuzaR-Data-Science 4 жыл бұрын
Thanks for a nice feedback, Vladimir! I am glad it is useful!
@jarade815
@jarade815 Жыл бұрын
thanks you very much to teach
@yuzaR-Data-Science
@yuzaR-Data-Science Жыл бұрын
Thanks for watching
@cristianlizarazo8016
@cristianlizarazo8016 Жыл бұрын
excelente video gracias
@yuzaR-Data-Science
@yuzaR-Data-Science Жыл бұрын
de nada amigo
@bogdanandjelic2200
@bogdanandjelic2200 2 жыл бұрын
good work man, any chance of advising me? got some data...Kinda want more than Wilcoxon from SPSS
@yuzaR-Data-Science
@yuzaR-Data-Science 2 жыл бұрын
Thanks for the feedback, mate! Check out my later videos and blog-post (links to blogs are always below the video in the description). You’ll get many ideas. Unfortunately I can’t advise folks, have two day jobs and making videos on top of it. But I totally recommend you to switch from SPSS to R
@bogdanandjelic2200
@bogdanandjelic2200 2 жыл бұрын
@@yuzaR-Data-Science I just need to know how do I swap places of two variables (boxes) on the plot. After on the left, makes no sense... Thanks.
@bogdanandjelic2200
@bogdanandjelic2200 2 жыл бұрын
@@yuzaR-Data-Science Also, where do we find SD
@yuzaR-Data-Science
@yuzaR-Data-Science 2 жыл бұрын
No worries, mate, you just need to change the levels of a factor variable "test" in your data: Fitness %>% mutate(test = factor(test, levels = c("Before", "After"))) the test will use the order you define in your data
@yuzaR-Data-Science
@yuzaR-Data-Science 2 жыл бұрын
you mean standard deviation of every group? well, there is an amazing function "describe" from {dlookr} package. It gives you all the stats for your groups in one word. it works perfectly with "tidyverse", thats how you can use "group_by()". I also did a video on dlookr, there are more useful things then just "describe"
@AngelFelizF
@AngelFelizF 3 жыл бұрын
Excelent. Thanks.
@yuzaR-Data-Science
@yuzaR-Data-Science 3 жыл бұрын
Glad you like it!
@danylokravchuk
@danylokravchuk 2 жыл бұрын
Sadly, but notch is not accessible now
@yuzaR-Data-Science
@yuzaR-Data-Science 2 жыл бұрын
Yeah, I asked the author of the package about it, and here is what he said: "I removed notch because it often just collapses on itself (mathworks.com/matlabcentral/answers/461791-what-do-lines-that-double-back-on-themselves-mean-box-plots)- Additionally, it is typically used for significance testing, which is redundant because ggstatsplot already provides such details in the plot itself."
@danylokravchuk
@danylokravchuk 2 жыл бұрын
@@yuzaR-Data-Science Thank you for your answer.
@yuzaR-Data-Science
@yuzaR-Data-Science 2 жыл бұрын
You are welcome!
R demo | ANOVA & Kruskal-Wallis + post hocs & p-value-correction
13:05
yuzaR Data Science
Рет қаралды 4,9 М.
Box-Plots with Statistical Details - all you need to know
18:06
yuzaR Data Science
Рет қаралды 5 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Mann-Whitney-Wilcoxon test In R
8:31
Wakjira Tesfahun
Рет қаралды 909
t-test and interpreting p values using R Programming
26:53
R Programming 101
Рет қаралды 91 М.
9 FLAWS of ‘Summary’ Function You DIDN’T Know About and How to Fix Them
18:11
How To Know Which Statistical Test To Use For Hypothesis Testing
19:54
Amour Learning
Рет қаралды 819 М.
Boxplot with Letters Indicating Significant Differences
10:14
StatDOE by Rosane Rech
Рет қаралды 44 М.
Bar Charts with {ggplot2}
13:38
yuzaR Data Science
Рет қаралды 7 М.
Kruskal-Wallis-Test (Simply explained)
10:23
DATAtab
Рет қаралды 160 М.