Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
Wow, when this guy talks, I listen. Why? Because I can understand what is talking about. This is the difference between teaching and just talking to people. He is a legend, IMO. As a student, I have a job to do: “learn R and statistics.” This guy is for sure helping me get that job in an enjoyable way. Thank you, and keep it coming. Don't change your approach.
Incredible intro! Keep the videos coming and would love to see more videos on organizing the bars by frequency since that is typically how senior management wants to see the data visualized
I have no words, these lessons get better and better from one another. The way you explain every concept, and the way in which you remark every important information is simply astonishing. I'm learning my way in R and ggplot at a surprising speed all thanks to you. Again, no words. Keep up and thank you for your work.
This is so so helpful, I wasn't aware of being careful about which NAs I'm dropping. I got introduced to the pipe operator in some of your previous videos and I'm just loving it!! I agree that it's really nice to use the pipe operator with ggplot. Thanks for the great videos!!
Fantastic videos, you have made my life a lot easier. Could you perhaps create a video on how to create contingency tables, unless I have missed it. We use them quite often in epidemiology.
Very nice video! I have a question about the dependent variable. Which one is automatically chosen by gglpot for this data frame? There is no specification of the y ais, so I wonder how can I get ggplot to select the “right one”.
Is there a way easy way to pool count data by week but label by month? So if count data of the number of red cars seen in a parking lot each day, the plot you end up with is 56 bars, each bar is a 7 days but the tick marks at the bottom are for the start of each month.
You're great and inspiring!! You help a lot! But... could you please tell what code I should add so that the number of cases in the y axis is not presented in scientific form?
this video is help for me!! I'm a year 3 unverisity students, this semester I have a data analysis course and that was really hard for me. looking for video about using R to inference the data~ Thanks!!
Thanks Greg for the amazing video on ggplot in R Studio, I likes to know can i pass multiple variables in drop_na like drop_na(vore, sleep_rm) or do i have to use %>% and then use drop_na(sleep_rm) in next line. also likes to know that ggplot() is a function from tidyverse package and ggplot2 is a pakcage in tidyverse.
I might have missed something, but it looks like you're plotting the hours 'awake' and calling that axis 'Total sleep'. What am I missing, or did you perhaps mistake the two?
For some reason I don't get the scale on the y axis, I double checked my code and it looks like I included everything. But anyway thanks for these videos, feel like I am getting the hang of it little by little.
Very good presentation. I would like to get some command that can allow us to get slide by slide using frequencies of two categorical variable. Thank ahead
Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
Wow, when this guy talks, I listen. Why? Because I can understand what is talking about. This is the difference between teaching and just talking to people. He is a legend, IMO. As a student, I have a job to do: “learn R and statistics.” This guy is for sure helping me get that job in an enjoyable way. Thank you, and keep it coming. Don't change your approach.
Thanks so much for the lovely comment and feedback 😀
Frankly, one of the best tutorials for R. Thank you for making Visualization with R very easy.
Wow - what a nice thing to say (thanks!!)
You've answered 50 questions that were floating around in my head in the first 6mins of the video! God bless!
Most welcome! Glad you liked it!
Incredible intro! Keep the videos coming and would love to see more videos on organizing the bars by frequency since that is typically how senior management wants to see the data visualized
just in 2 days, he made me a R master. Thanks Greg
Am so glad you like the content. :)
I have no words, these lessons get better and better from one another. The way you explain every concept, and the way in which you remark every important information is simply astonishing. I'm learning my way in R and ggplot at a surprising speed all thanks to you.
Again, no words. Keep up and thank you for your work.
thank you so much for the lovely feedback - MUCH appreciated :)
Amazing videos on ggplot. I really love the passion with which you teach. Goes to show how much you enjoy this!
I love these videos. This makes R seem very intuitive and user friendly.
This is so so helpful, I wasn't aware of being careful about which NAs I'm dropping. I got introduced to the pipe operator in some of your previous videos and I'm just loving it!! I agree that it's really nice to use the pipe operator with ggplot. Thanks for the great videos!!
Very clear explanation of the meaning of each bit of code, thank you!
Thanks Greg - just subscribed. Hopefully we will have a steady stream of content as you are an excellent educator!
Welcome aboard!
Thank you for these videos they are very well explained at a great pace, please keep making more!
More to come!
fantastic video. I'm quite guilty of being over enthusiastic with my drop_na; so this was a great reminder. Kudos!
Fantastic videos, you have made my life a lot easier. Could you perhaps create a video on how to create contingency tables, unless I have missed it. We use them quite often in epidemiology.
Great suggestion - thank you!!
I think it's time for me to get back and learn R. you sure seem to explain well for beginners. Subscribed
Awesome looking forward to more videos thanks a lot
Thanks for a great lesson. Any possibility of showing how to extract data for doing a chisquare test in R?
your videos are so useful for getting started! thank you!!
Thanks Greg - I really appreciate your videos. very good content and excellent presentation. good contunation
Thank you for all the great videos
I'm glad you enjoyed the video! Your positive feedback means a lot to me.
Very nice video! I have a question about the dependent variable. Which one is automatically chosen by gglpot for this data frame? There is no specification of the y ais, so I wonder how can I get ggplot to select the “right one”.
Many thanks for IDEAL presentation
Is there a way easy way to pool count data by week but label by month?
So if count data of the number of red cars seen in a parking lot each day, the plot you end up with is 56 bars, each bar is a 7 days but the tick marks at the bottom are for the start of each month.
You're great and inspiring!! You help a lot! But... could you please tell what code I should add so that the number of cases in the y axis is not presented in scientific form?
great and useful video on ggplot. thanks a lot.
Thanks for another good lesson in R.
I would like to see a video on ANOVA in R. Thanks again!
Coming soon!
@@RProgramming101 Yay! Thank you
Muy buen video me encanto, explicas las cosas de una manera tan sencilla, un saludo desde Argentina
thanks. you made it a lot easier.
Glad it helped!
Do you have a video on a Pareto Chart already?
This is very helpful video. Thank you !!
In my laptop the piped in %>% function can't work. Error: unexpected SPECIAL in "%>%" comes always
this video is help for me!! I'm a year 3 unverisity students, this semester I have a data analysis course and that was really hard for me. looking for video about using R to inference the data~ Thanks!!
I wish you could help me right now. This R Studio is tough!
great video! how do you reorder the order of the barchart?
thank u for this video, it's really helpful
waiting for u're news video
So nice of you
how to plot bar and scatter in the one pictrue?
INCREDIBLE VIDEOS!!!! AMAZING
Glad you liked it!
please make a video on ChAMP: 450k Chip Analysis Methylation Pipeline
The video is great. Do you have video on GLMM? Will be great to have as I am a beginner
Will see what I can do.
Will you talk about spatial analysis?
Thanks Greg for the amazing video on ggplot in R Studio, I likes to know can i pass multiple variables in drop_na like drop_na(vore, sleep_rm) or do i have to use %>% and then use drop_na(sleep_rm) in next line. also likes to know that ggplot() is a function from tidyverse package and ggplot2 is a pakcage in tidyverse.
histogram 12:22
I might have missed something, but it looks like you're plotting the hours 'awake' and calling that axis 'Total sleep'. What am I missing, or did you perhaps mistake the two?
If I were to be cheeky, I'd say you might have needed a bit more sleep! But your videos are great, thanks a lot.
For some reason I don't get the scale on the y axis, I double checked my code and it looks like I included everything. But anyway thanks for these videos, feel like I am getting the hang of it little by little.
ggsave doesn't work now, any solution
Very Useful, Thanks
You are welcome
Great content
Superb
please please make some more videos on statistics using ggplot2!!!!
more coming
EXCELENTE , ME GUSTARÍA QUE LO HICIERAS USANDO ANOVA …… MUCHAS GRACIAS POR LA APORTACIÓN
Thank you Greg!
My pleasure!
i've been running the exact same code for 6 hours now, too many errors. Cant get past vore.
Greg martin ggplot 2 variables
Very good presentation. I would like to get some command that can allow us to get slide by slide using frequencies of two categorical variable. Thank ahead
Awesome!
Thanks!
Tony Soprano teaching
haha
You're the worst bro, i learnt nothing!!