Efficient R

Описание к видео Efficient R

For most data analysis and statistical computing, R is efficient enough. However, there are times when we encounter bottlenecks in our code that slow it down significantly. In this lecture, I’ll teach you techniques to identify those bottlenecks and write more efficient code. You’ll learn the fundamental principles of faster R code and discover efficient packages for data analysis. We’ll also touch on advanced optimization methods like parallelization and integrating C++ code. If you have previous experience with R programming and looking to make your R code run faster, this lecture is for you. If you are an R beginner, you’ll still benefit from learning the principles and patterns but the more advanced techniques won’t be relevant for you yet.

📕 Efficient R Programming Book by Gillespie and Lovelace (O'Reilly): https://bookdown.org/csgillespie/effi...
🗨️ My lecture on good practice R coding: coming soon (sorry, still need to record it :))

Комментарии

Информация по комментариям в разработке