Started Exploratory Data Analysis

This week I started the course Exploratory Data Analysis as part of the Data Science Specialization.

This course covers the essential exploratory techniques for summarizing data. These techniques are typically applied before formal modeling commences and can help inform the development of more complex statistical models. Exploratory techniques are also important for eliminating or sharpening potential hypotheses about the world that can be addressed by the data. I will cover in detail the plotting systems in R as well as some of the basic principles of constructing data graphics. It will also cover some of the common multivariate statistical techniques used to visualize high-dimensional data.

Here and here you can find my code during my course.

Related Posts