-
08/04/2022
Create Custom Set and Rep Schemes With {STMr}
By Mladen Jovanovic on 08/04/2022In this course, I will provide you with the necessary knowledge and tools to design your percent-based system. Also, I will explain the theory behind it, and provide detailed instructions on how to do it using the free and open-source tools. For those afraid of the R language, I created an Excel template that you can use instead.
0 -
14/02/2022
Top 6 Reasons Why You Should Learn Google Sheets
By Mihailo Tomic on 14/02/2022You’ve noticed that all, or at least most of S&C coaches, performance analysts, and sports scientists, use Google Sheets for various purposes. There is a good reason for that. Well, not just one, and in this article, we highlight the top 6 reasons.
-
02/01/2022
R for Sport Scientists – Fundamentals Course: Functions
By Mladen Jovanovic on 02/01/2022R language has rich features for writing, calling, and utilizing functions. I have divided this lecture into four videos covering a wide range of functions fundamentals – from function components to writing infix functions.
-
18/11/2021
R for Sport Scientists – Fundamentals Course: Control Flow
By Mladen Jovanovic on 18/11/2021In this lecture, I will show you how you can control the flow of the R program using choices and loops. Loops should be generally avoided in R since they can be slow. It is crucial to understand them because sometimes they can not be avoided.
-
05/11/2021
R for Sport Scientists – Fundamentals Course: Subsetting
By Mladen Jovanovic on 05/11/2021In this lecture, I will explain to you how subsetting works, how you can replace (i.e., assign) parts of the object, remove parts, append objects, order, and filter. These operations are one of the most important ones in any analysis that you might perform later.
-
27/10/2021
R for Sport Scientists – Fundamentals Course: Vectors
By Mladen Jovanovic on 27/10/2021In this lecture, I will provide you with a must-needed knowledge of understanding the R objects with special attention to the vectors.
-
11/10/2021
R for Sport Scientists – Fundamentals Course: Installation
By Mladen Jovanovic on 11/10/2021In this lecture, I will show you how to install R and R Studio. In addition to these, I will explain how to install packages both from CRAN and Github repositories.
-
01/10/2021
R for Sport Scientists – Fundamentals Course: Introduction
By Mladen Jovanovic on 01/10/2021In this lecture, I will go over a course outline, explain why you need to learn R, how to learn it, and where to find more information once this course is done.
-
29/09/2021
R for Sport Scientists – Fundamentals Course
By Mladen Jovanovic on 29/09/2021This course will give you the essential knowledge that will allow you to start coding in R and embrace the R journey much more quickly. So, grab a coffee, and let’s do this first step of the thousand miles journey together!
-
30/05/2021
Athlete Monitoring: Data Analysis and Visualization – Calendar Heatmap
By Mladen Jovanovic on 30/05/2021In this lesson, I will show you how easily you can create the calendar heatmaps using the athletemonitoring package with only a few lines of code.