Тёмный

Analyzing Monkeypox Cases in R for Beginners 

The Data Digest
Подписаться 4,7 тыс.
Просмотров 1,6 тыс.
50% 1

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

 

20 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@TheDataDigest
@TheDataDigest 2 года назад
Data and R Code to the video can be found here (github.com/TheDataDigest/EDA/tree/main/Monkeypox): github.com/TheDataDigest/EDA/blob/main/Monkeypox/monkeypox.R
@muhammedhadedy4570
@muhammedhadedy4570 Месяц назад
Wow, a single video = hours of online courses. This RU-vid channel should have millions of subscribers. Greetings from Egypt. ❤❤❤❤❤. Please, keep up the great work.
@osoriomatucurane9511
@osoriomatucurane9511 Год назад
Awesome, highly informative tutorial on data cleaning with base R and on building histograms. I really appreciate. Also learnt the trick take advantage of history window to recover and reuse the formulas.
@TheDataDigest
@TheDataDigest Год назад
That is really great to hear. So glad you liked the video and found it helpful and left a comment to let me know. Always puts a smile on my face to get some positive feedback.
@PaulYoung-r8g
@PaulYoung-r8g Год назад
This is great! Thanks
@gemon39
@gemon39 2 года назад
very well explained! thanks a lot
@TheDataDigest
@TheDataDigest 2 года назад
Thank you for leaving a comment. Glad you liked it.
@anaascua
@anaascua 2 года назад
If i only wanted to fill the predominant bar, and make all the others turn into gray colors.. how can I do that?
@TheDataDigest
@TheDataDigest 2 года назад
Hi Ana, thanks for the question. The solution is actually quite easy. However I saw that some of the naming of the online csv file change so please allow me to teach you with the mtcars data set as it is more reproducible: mtcars % ggplot(mapping = aes(x = mpg, y = rowname)) + geom_col(fill = "grey") + geom_col(data = mtcars %>% filter(rowname == "Toyota Corolla"), mapping = aes(mpg, rowname), fill = "orange") What you would do for the monkeypox example is plot everything as before but with fill or color not mapped to a variable within aes() but simply setting it to "grey". Then you follow up with a second geom_col() in which you now specify the data set once more but filtered for country == "Brazil" I think has the most cases, or the US etc. And then simply plot over with "orange" or whatever color you like. There are other ways to do it with an ifelse or TRUE/FALSE conditions but the example above is straight forward. Let me know if you accomplished what you wanted to create :)
Далее
Powerful R Functions Every Data Analyst Should Know
13:49
🎙ПОЮ ВЖИВУЮ!
3:07:23
Просмотров 914 тыс.
Кольцо Всевластия от Samsung
01:00
Просмотров 321 тыс.
Ultimate Guide to Colors in R
38:41
Просмотров 2,7 тыс.
ALL 53 ggplot2 GEOMS shown in R
33:34
Просмотров 2,6 тыс.
How I make beautiful GRAPHS and PLOTS using LaTeX
28:46
Gaussian Processes
23:47
Просмотров 130 тыс.
Exploratory Data Analysis with Pandas Python
40:22
Просмотров 485 тыс.
Should Computers Run the World? - with Hannah Fry
36:05