Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
@muhammedhadedy45702 жыл бұрын
Waiting for every single video on your KZbin channel. Thank you so much.
@RProgramming1012 жыл бұрын
Most welcome 😊 Thanks for the lovely feedback.
@nabeelsiddiqui33772 жыл бұрын
I absolutely love that you are like the only one that uses large text. I always watch these on my phone. Please cover more advanced topics as well such as multilevel regression, etc.
@RProgramming1012 жыл бұрын
Thanks for the feedback! Will do :)
@JacquesHenriqueDias2 жыл бұрын
you and your habit of saving my life when I'm coding in r. Thank you very much, have a nice weekend!
@RProgramming1012 жыл бұрын
Wow Jacques - what a nice thing to say (thanks!!)
@josephkimote6612 жыл бұрын
Your work is wow! Take us through data imputation too
@oliviagrau37492 жыл бұрын
Thank you for the great videos. Could you make a video focused on manipulating dates, like converting characters to dates, extracting a certain part of a date or grouping date-hours into days, etc.?
@RProgramming1012 жыл бұрын
Will do.
@TimothyChenAllen Жыл бұрын
You had me at "boom-shaka-laka"
@RProgramming101 Жыл бұрын
Haha
@davidispiryan56892 жыл бұрын
Thanks a lot for all this great videos!!
@RProgramming1012 жыл бұрын
Glad you like them! My pleasure!
@katyadimitrovapetrova934310 ай бұрын
so useful, thank you
@haraldurkarlsson11472 жыл бұрын
Greg, And then...? Once we have created our wide data then what? Other than just displaying it in human readable form? Can you give an example of use (are we getting average tree growth or...?). I figure that this exercise probably shows best the reason for using long data. Not having sensible variable names is quite confusing.
@RProgramming1012 жыл бұрын
You make a good point. I prefer long data. My next video will be about how to get data from wide to long. Some people like wide data to help with time series analysis (for example) but even for that, I prefer long data
@Shawn-gm4cf2 жыл бұрын
There is a great article on tidy data that explains why wide and long data matter written by the guy who came up with the Tidyverse. You can access it here: vita.had.co.nz/papers/tidy-data.pdf
@haraldurkarlsson11472 жыл бұрын
@@Shawn-gm4cf The R guru Hadley Wickham?
@Shawn-gm4cf2 жыл бұрын
@@haraldurkarlsson1147 Yep!
@mugomuiruri2313 Жыл бұрын
Good
@RProgramming101 Жыл бұрын
Thanks
@vincentdujardin7322 Жыл бұрын
And what if you have more than three original columns? How do you know where to put them?
@deekshashetty-xx3gq Жыл бұрын
can not find pivot_wider function, i m getting this error. Could you please help with this...
@Sorjen10811 ай бұрын
Maybe because the tidyr package is not attached Load the tidyverse like below: library(tidyverse)