Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/courses/rprogramming-resource-library
@gianluca.pastorelli2 жыл бұрын
This function is especially useful for creating, for example, line graphs with multiple lines, where each line represents a variable in the wide version of the dataset. Thanks for the video!
@sam_mcl2 жыл бұрын
Thank you so much. I'm getting back into r and your channel has been a blessing. This particular video has just solved a big issue for me.
@RProgramming1012 жыл бұрын
Glad I could help!
@findthetruth30212 жыл бұрын
Hi there I really love your videos as they are so amazing and easy to follow up with them. But, I have recently taken a written text in R language, but the questions were so different. I really love to share the questions with you and solve the questions that I didn't figure out. Thank you so much in advance.
@muhammedhadedy45702 жыл бұрын
Great as usual. Would you please create a tutorial on how to use R markdown, and what its implications are? Thanks in advance.
@RProgramming1012 жыл бұрын
Yes, soon
@Shawn-gm4cf2 жыл бұрын
Great content. Thank you as always.
@RProgramming1012 жыл бұрын
Much appreciated!
@josephkimote6612 жыл бұрын
Your work so good, also do a video on data imputation especially MICE for starwars, I know it'll be lit
@RProgramming1012 жыл бұрын
Glad you enjoyed it! Thanks for the suggestions!
@josephkimote6612 жыл бұрын
Your videos are like Wow👍
@juliangrandvallet53592 жыл бұрын
AMAZING CONTENT!!! More videos pleaseeeeeee
@MarthaHernandez-r6l2 ай бұрын
what is we wanted the Columns to be tree 1-3, and row names to be what we see as column names
@LGHNGMN2 жыл бұрын
Would you consider creating another channel just for SAS? If you so happen to use it
@RProgramming1012 жыл бұрын
Thanks for the suggestion!
@setarehsohail54222 жыл бұрын
Thanks, sir for such easy and understandable explanations. Is this function (pivot_longer) opposite of function "gather" to create a long format?
@bassamsaleh80342 жыл бұрын
thanks for the nice video. Would you please do a video for join and left join?
@RProgramming1012 жыл бұрын
Yes I will
@marcoesteves43672 жыл бұрын
Great Chanel and tutorials. There is a issue that I'm struggling with....maybe you can help me with it....I'm trying to counting all occurences of numbers in a data frame. I can easily acomplish it in excel but in R....hummm.... I have a df with variables from V1 to V10. Numbers in this vars can vary from 1 to 15 and rows keep growing each day. What I'm looking for is a way to get the frequencies of this numbers in entire df at once. In excel is just a matrix formula....frequency() where we feed in the data (numbers) that we want to sumarise and the range where to count this numbers....but in R I did not get yet a way to do this....Have you ever gone through this?
@robertocaccini10 ай бұрын
very helpful thanks
@danieltemesgen21252 жыл бұрын
When I try with my own data X value appeared in front of each column entity which is not in the wide data would you help me please ?
@nateriver58412 жыл бұрын
Hey, I'm trying to use this with the data "ldeaths" in R but an error appeared saying I can't convert it because it's a class ts. What can I do to get around this? Thanks in advance and for your videos 🙏