Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
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.
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
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”.
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!!
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.
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.
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.
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?
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
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!!)
just in 2 days, he made me a R master. Thanks Greg
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!
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 :)
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
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.
Very clear explanation of the meaning of each bit of code, thank you!
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!!
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!
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
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!!
Thanks for a great lesson. Any possibility of showing how to extract data for doing a chisquare test in R?
Muy buen video me encanto, explicas las cosas de una manera tan sencilla, un saludo desde Argentina
Many thanks for IDEAL presentation
your videos are so useful for getting started! thank you!!
Thank you for all the great videos
I'm glad you enjoyed the video! Your positive feedback means a lot to me.
great and useful video on ggplot. thanks a lot.
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”.
Thanks Greg - I really appreciate your videos. very good content and excellent presentation. good contunation
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?
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
This is very helpful video. Thank you !!
thanks. you made it a lot easier.
Glad it helped!
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!!
INCREDIBLE VIDEOS!!!! AMAZING
Glad you liked it!
Superb
thank u for this video, it's really helpful
waiting for u're news video
So nice of you
Do you have a video on a Pareto Chart already?
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.
great video! how do you reorder the order of the barchart?
EXCELENTE , ME GUSTARÍA QUE LO HICIERAS USANDO ANOVA …… MUCHAS GRACIAS POR LA APORTACIÓN
I wish you could help me right now. This R Studio is tough!
please make a video on ChAMP: 450k Chip Analysis Methylation Pipeline
Great content
In my laptop the piped in %>% function can't work. Error: unexpected SPECIAL in "%>%" comes always
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.
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.
Thank you Greg!
My pleasure!
Will you talk about spatial analysis?
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.
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.
Very Useful, Thanks
You are welcome
ggsave doesn't work now, any solution
how to plot bar and scatter in the one pictrue?
histogram 12:22
please please make some more videos on statistics using ggplot2!!!!
more coming
Awesome!
Thanks!
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
i've been running the exact same code for 6 hours now, too many errors. Cant get past vore.
You're the worst bro, i learnt nothing!!