Тёмный
No video :(

David Robinson - Ten Tremendous Tricks in the Tidyverse 

Lander Analytics
Подписаться 8 тыс.
Просмотров 30 тыс.
50% 1

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 18   
@LCotgrove
@LCotgrove 4 года назад
I thought I was having problems with extract() but turns out magrittr also has a function called extract. Solved by tidyr::extract (Great video btw)
@hemnfarhad8551
@hemnfarhad8551 4 года назад
It is so lovely to see a video with no down votes. April 17, 2020
@GaetanJanssens
@GaetanJanssens 4 года назад
Your comment inspired rebellion (not me).
@PatrickBateman12420
@PatrickBateman12420 4 года назад
13:26 is especially great. "Sometimes, when data is on different magnitudes, it's hard to reveal a trend on a regular scale ..."
@afharding
@afharding 2 года назад
Amazingly insightful!
@TheJProducti0ns
@TheJProducti0ns 3 года назад
Hope to get good as him some day! I'm a junior at Uni as a Stats major.
@RoxanaNoe
@RoxanaNoe 4 года назад
This video is awesome!
@joel09878
@joel09878 4 года назад
Great talk, thanks! Really useful. Regarding tip #5 ("my favourite plot"); I was trying to figure out why coord_flip() is preferred to just swapping over x and y variables. e.g. ggplot(diamonds, aes(price, cut)) + geom_boxplot(). I read that doing that can put things in an unexpected order with some types of chart, and coord_flip() generally behaves better. It's never happened to me yet though.
@safe4democracy
@safe4democracy 3 года назад
This talk came out before flipping the x/y axis in barplots and boxplots was possible! As of today, you're absolutely right that flipping the x and y variables is the preferred solution :D
@imdadood5705
@imdadood5705 3 года назад
This man codes in R like he is on a speedrun. He is very fluent!!
@jamesfoster1441
@jamesfoster1441 4 года назад
This is a great video. I learned a lot. I think there is an error in David's code at 10:41. He put a pipe operator after the ggplot instead of a plus (+) sign.
@DM-py7pj
@DM-py7pj 3 года назад
Where possible please include links to datasets as I find it helpful to be able to play around with the code you show; ideally with the source datasets.
@ambhat3953
@ambhat3953 3 года назад
Good info, lousy camera work
@afiqyahya3398
@afiqyahya3398 4 года назад
Can anyone explain the symbol '%/%'. Is that from maggritr?
@borismakena6327
@borismakena6327 4 года назад
Its not magrittr. Its a base function. in "x %/% y". It performs "x/y" and returns the integer part, no rounding up or down. It is equivalent to "floor(x/y)"
@TheDataDigest
@TheDataDigest 3 года назад
This is called Euclidean division - or division with remainder. When you type "1980:1989 %/% 10" it will return "198" ten times and discard the remainders (0,1,2,3,4, etc.) and because he multiplied the result with 10 he got the decades "1980" ten times.
@statisticsplaybook
@statisticsplaybook 3 года назад
%% and %/% are base operators in R! %% indicates x mod y and %/% indicates integer division. :)
@gmshadowtraders
@gmshadowtraders Год назад
Respect!
Далее
Новый фонарик в iPhone с iOS 18
00:49
Просмотров 267 тыс.
Intro to the Tidyverse
1:01:39
Просмотров 28 тыс.
Talking Watches With David Robinson
11:57
Просмотров 488 тыс.
Discover 7 Hidden Gems in the R Package Ecosystem
20:18
Tidyverse in R - tips & tricks
18:10
Просмотров 26 тыс.
Hyperparameter tuning using tidymodels
30:10
Просмотров 7 тыс.