Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
Thank you Dr. Greg for your amazing tutorials. I'm using R in almost every thing, thanks to you. Your enthusiasm and clear explanation encouraged me to proceed in learning R. From the bottom of my heart, thank you for everything. 😊😊😊😊😊
Great video Greg, I learnt a lot from it. One thing I had to do was add lineheight = 0.5 as an argument into the annotation, otherwise there was too much space between the lines. Must be a localised setting on my pc as I didn't see anyone else mention it. Thanks for sharing your knowledge - your channel is gold 🙂
Another great lession, thanks. Your videos are very practical, focused and to the point. Your presentation style is also great, and moves at a good pace without being too fast (I end up having to put some presenters on 1.5 speed b/c they don't seem to know how to say what they're trying to get across). One observation: I think face should be fontface in the annotate() section (at least on v 4.2.3 of R). face = "bold" gives me the warning "Ignoring unknown parameters: `face`", but when I tried fontface = "bold" it worked.
Thanks for very useful videos Greg. I am wondering if you will cover creating visually pleasing tables? I mean tables as outputs, I don't mean tables created within the environment.
Seems to me that if you are using the same format for your all figures that you could set up your format in the global environment. Looks like you are working inside Quarto so the global settings would then be in the YAML at the beginning of the document? P. S. the formatting of these arrows reminds of a LaTeX package called tikz which does a wonderful job of generated all kinds of complex shapes amongst other things. Thanks.
Hi Dr. Greg, As a newbie to 'R' your videos are amazing and very clear to follow and have given me the confidence to use with a forthcoming research study and to get quite creative with my own data. I have a query regarding legends: the order of the legend titles is normally alphabetical it seems but sometimes I would like a different order. (I tried to post a screengrab on ImgBB but the post was removed). How can one change that? Thank you Julian
Great question - I’ll make a stand alone video on this (difficult to provide advice in the comments). Will get something onto the channel soon. Thanks for the feedback.
Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
You were able to address in just 8 minutes ggplot topics that took Wickham several chapters. Great job.
Glad you liked it! Thanks, cheers
I went through all your videos and practiced all the codes in two weeks! amazing stuff. I have moved from Office to R. thanks a lot.
Thank you Dr. Greg for your amazing tutorials. I'm using R in almost every thing, thanks to you.
Your enthusiasm and clear explanation encouraged me to proceed in learning R.
From the bottom of my heart, thank you for everything. 😊😊😊😊😊
I appreciate the kind words. Your support encourages me to create more content that you'll enjoy. Thanks
Great video Greg, I learnt a lot from it. One thing I had to do was add lineheight = 0.5 as an argument into the annotation, otherwise there was too much space between the lines. Must be a localised setting on my pc as I didn't see anyone else mention it. Thanks for sharing your knowledge - your channel is gold 🙂
sir you are the best teacher for R, I can only wish that you would grant us more lessons!!
Wow, thanks - I definitely will!
Great video. With legend position coordinates you can place the legend wherever you want, including outside of the plot
Thanks for your feedback - much appreciated
Another great lession, thanks. Your videos are very practical, focused and to the point. Your presentation style is also great, and moves at a good pace without being too fast (I end up having to put some presenters on 1.5 speed b/c they don't seem to know how to say what they're trying to get across).
One observation: I think face should be fontface in the annotate() section (at least on v 4.2.3 of R). face = "bold" gives me the warning "Ignoring unknown parameters: `face`", but when I tried fontface = "bold" it worked.
Thank you for engaging with my content and being part of the community. I appreciate your support.
Thanks Greg, you're the best 👍
WOW, eye opening video. Thanks Dr. Greg. Where can I get the download link🙏🙏🙏
I'm glad you enjoyed the video! Your positive feedback means a lot to me. You can download the cheat sheet at the end of the video
Also can you do. Video on timeseries plots I find it difficult to work with the time index in R line graphs
Thank you for sharing your suggestions.
very handy in some situations and not a common knowledge - thanks!
Glad it was helpful! Thank you
Your videos are of great help to me! A video about multivariate binomial logistic regression in R would be much appreciated!
Glad my videos were helpful! Thanks for the suggestion
Thanks for very useful videos Greg. I am wondering if you will cover creating visually pleasing tables? I mean tables as outputs, I don't mean tables created within the environment.
Very much welcome. Thank you for your feedback and suggestion
Seems to me that if you are using the same format for your all figures that you could set up your format in the global environment. Looks like you are working inside Quarto so the global settings would then be in the YAML at the beginning of the document? P. S. the formatting of these arrows reminds of a LaTeX package called tikz which does a wonderful job of generated all kinds of complex shapes amongst other things. Thanks.
whch editor you use sir for your videos?
Another great video. Thanks a lot!
Hi Dr. Greg, As a newbie to 'R' your videos are amazing and very clear to follow and have given me the confidence to use with a forthcoming research study and to get quite creative with my own data. I have a query regarding legends: the order of the legend titles is normally alphabetical it seems but sometimes I would like a different order. (I tried to post a screengrab on ImgBB but the post was removed). How can one change that? Thank you Julian
Great question - I’ll make a stand alone video on this (difficult to provide advice in the comments). Will get something onto the channel soon. Thanks for the feedback.
Great content always struggle with element_text
Thank you for your feedback!
Thx , great tutorial. All great except the ugly arrows ;) The semi curved ones are much more aestheically pleasing imho.
haha - will work on that :)
I think it would be useful to share your r files/code.
You can find a cheat sheet at the end of my video - thanks