-
Athlete Monitoring: Data Analysis and Visualization – Data Wrangling in R – Part 1
By Mladen Jovanovic on 19/02/2021Athlete Monitoring: Data Analysis and Visualization Data Wrangling in R – Part 1 In this video we are beginning to do some data wrangling in R. I am explaining how to convert wide format to long format using pivot_longer() and vice versa using pivot_wider(). These data wrangling techniques are very important, but very hard to do in Excel (although...
0 -
Athlete Monitoring: Data Analysis and Visualization – Hello World in R
By Mladen Jovanovic on 19/02/2021Athlete Monitoring: Data Analysis and Visualization Hello World in R As the tradition demands, when learning a new programming language, one needs to create the Hello World program. In this version of the Hello World, I am explaining the atomic vectors classes in R, as well some of the specific of the language (such as vectorized variables, vectors recycling...
-
Athlete Monitoring: Data Analysis and Visualization – Aggregating data in Excel
By Mladen Jovanovic on 19/02/2021Athlete Monitoring: Data Analysis and Visualization Aggregating data in Excel We are going to use R and R-Studio thorough the rest of this course (as well as a little bit of Microsoft Excel), so in this lecture, I will show you how to install them on your computer. About Mladen Jovanovic Mladen Jovanovic is a physical preparation coach from...
-
Athlete Monitoring: Data Analysis and Visualization – Module 3
By Mladen Jovanovic on 19/02/2021We are going to use R and R-Studio thorough the rest of this course (as well as little bit of Microsoft Excel), so in this lecture I will show you how to install them on you computer.
-
Conceptualizing Philosophy in Strength & Conditioning: The Barbell Strategy and Risk
By Adriano Arguedas Soley on 14/02/2021In this article, Adriano outlines Taleb’s Barbell Strategy for Risk in Financial Investment and details how high-performance sport programs may benefit from categorizing the risk potential of individual training elements to safeguard sustainability and promote aggressive growth.
-
Athlete Monitoring: Data Analysis and Visualization – Comparing Individual to the Group
By Mladen Jovanovic on 09/02/2021When we have multiple individuals sharing the same context we can check what is happening to the group but more importantly to check how is a given individual differing from a group.
-
bmbstats – Bootstrap Magnitude-Based Statistics for Sports Scientists
By Mladen Jovanovic on 03/02/2021The aim of this book is to provide an overview of the three classes of tasks in statistical modeling: description, prediction, and causal inference.
-
Sports Vacancies in February 2021
By Mihailo Tomic on 01/02/2021Here are the best sports jobs in the market. During February, we will continuously update the list. Please share, and let’s get the word out!
-
Athlete Monitoring: Data Analysis and Visualization – Normalizing Individuals
By Mladen Jovanovic on 27/01/2021In this lecture I will explain the few techniques that can be used to make the comparison more “fair”, particularly for the purpose of figuring out the change in individual monitoring.
-
Athlete Monitoring: Data Analysis and Visualization – Nominal Rolling Functions
By Mladen Jovanovic on 22/01/2021In this lecture, I continue with the solution to the problem of dealing with nominal variables using rolling functions. The presented solution is to use dummy coding and aggregating session using means, which gives us rolling proportions.