Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods
Most of these tasks you can do without a loop. Remember: R operates on vectors. For example, to print the first five names, use `starwars$names[1:5]`. This does exactly the same as the loop. `tallness
Thanks for the wonderful video! Please can you do a video on how to learn R in 2024 for absolute beginners. And how can one use chatgpt along with r for data analysis and visualization. Thanks.
Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods
Most of these tasks you can do without a loop. Remember: R operates on vectors. For example, to print the first five names, use `starwars$names[1:5]`. This does exactly the same as the loop.
`tallness
More loops and about how to make your own functions, please. Would be so useful.
Thank you for teaching in such a clear and exciting way. I understood loops after months of trying
Oh I'm so glad!!
So clearly explained. Very useful, thank you!
glad you liked it - thanks for the comment
Thanks for the wonderful video! Please can you do a video on how to learn R in 2024 for absolute beginners. And how can one use chatgpt along with r for data analysis and visualization. Thanks.
Always a pleasure to see your work. Thanks again.
waiting for the purr video. Thanks!!
Love the videos and your explanations, always informative........ don't like the sound effects. Noy sure you need them at all.
Hmm, very NICE and very well presented. Thanks a lot.
The best explainer.
love your videos. Keep up the good work
Thanks, will do!
Always brilliant
I could not download the pdf. Also, I could not get the cat() function to work.
what is "
" doing in the last example?
next line
Thanks so much!
How long before we get that PURRR tutorial?
in the works :)
Can purrr package do it like loops?
Danke
why did the first example run along integer [i] and the second on x?
i and x are value placeholders, example you can write for(placeholder in 1:5){print(startwars$name[placeholder]}
you can write whatever name u like instead
A few less sound effects. (Don’t mind a couple but too many become annoying)
Can't you use glue instead of cat? It is more "tidyversy".
shaka la ka