From the course: 11 Useful Tips for Regression Analysis

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Animating estimates

Animating estimates

- Visualizing regression results is an important skill in modern data science. If you have many estimates, especially if now repeated in nature consider creating a short movie or animation from them. This type of visual presentation won't suit everyone and would likely require multiple software programs and a good understanding of how to use loops in code but it can be a very powerful way to deliver your results. So how do you produce such animations? Most general purpose statistical software programs don't have an inbuilt movie or animation module. And the trick is the following, you need to generate one graph for each result. This graph acts as a frame in a video, successive frames are then spliced together with external software. To splice frames together into a short movie, I use a program called FFmpeg but there are other alternatives. For example, you could use Camtasia or Final Cut Pro. Well, let's take a look at…

Contents