10 data filtering tips using R programming. Use the tidyverse to filter and subset your data.

preview_player
Показать описание
In this video you'll learn 10 different ways to filter and subset your data using R programming. This is an R programming for beginners video and forms part of a data cleaning and data manipulation series. If you are interested in statistics, data science, R programming or quantitative research, then this video is a must watch.
Рекомендации по теме
Комментарии
Автор

"Boom shaka laka!"
Thank you Greg, we appreciate these videos!

muwongejosephjunior
Автор

Amazing content for learning R, thank you so much. Just a qq - is there an example of using a filter function with starts_with, ends_with, contains functions? Similar to how those functions are combined with the select function?

frankjr
Автор

Please don't use the unfriendly sound while selecting or underlying something. It feels worst if someone has Hemdchens on.

Life-colours
Автор

I was about to give up on learning R when I came across your videos. I'm finally making progress! Thanks so much.

lindasturm-flores
Автор

I'm following a course in Linkedin about mastering "R", however, I'm mastering it with your content instead, thanks so much !!!

eddieramosgarcia
Автор

Greg, I've watched all your videos and they're so helpful! Would you be willing to create some videos highlighting different types of data visualization?

ellieanderson
Автор

Sometimes when I get really stuck I wish I could just share my screen and ask you 100 questions, like right now for instance haha anyways thanks for videos they have been tremendously helpful!

vincebutzner
Автор

Thank you for the video..
Is this correct? sorry my first time doing this

nv <- msleep %>%

na.omit() %>%
group_by(vore) %>%
summarise(av_awake = mean(awake), av_sleep_total = mean(sleep_total)) %>%
arrange(av_awake, av_sleep_total) %>%
select(vore, av_awake, av_sleep_total )

elbrothersworld
Автор

I love your videos, for some reason "my_data<-msleep" will not pipe (%>%)directly into code. I have to run that line creating "my_data" and then start with "my_data" as the first line of code and it will pipe in. Maybe my hardware or software? Thank you very much!!! I have worked with several of your videos and what before seemed to have no rhyme or reason, now makes sense.

chalmerditmars
Автор

Gosh you are good at explaining this, thanks a bunch. Can you tell me what theme you use for Rstudio, really digging it!

steves
Автор

Superb video sir. Thank you so much
But I'm stuck at how we can apply loop in filter function so that it can filter one thing and make a file and then filter next and make next file and so on. Please give solution sir!!!

devilalsethi
Автор

I get this error when filtering: unexpected input in "filter(year > 1995, country %in% c(“"

aklepatzky
Автор

In this example, if I wanted to filter for all observations with a name 'containing' the letters "ow", how would that be possible?

frankjr
Автор

Boom shakalaka!! 🤣🤣🤣🤣New here and loving your contents

folashadeolaitan
Автор

Great video!! What theme are you using in R studio?? Colors are very nice

raphaelortiz
Автор

How to filter from a column only in english cos i got many texts in multiple languages

markviya
Автор

there are tons of really smart people out there that can't teach, this man really knows how to teach, he understands learning.

deltax
Автор

sir how can we filter the values of coordinate pairs in loop.

devilalsethi
Автор

Information is presented with clarity and video is well produced.

rjluciano
Автор

Excellent !! Making it so easy to learn R. Thank you. Looking forward to more videos.

vanishreehegde