Chapter page 8 / 38Exploratory data analysis
English

Exploratory data analysis

After obtaining a dataset, it is vitally important to understand the characteristics of the existing data. Sometimes the most effective way to grasp the data is through summary statistics or other numerical measures. Often, however, it is a picture that tells a thousand words. Knowing how to best convey the underlying meaning in a dataset is a hugely important aspect of communicating results.

While our book is software agnostic, one of the best ways to become familiar with numerical and graphical summaries is to practice working with different datasets using statistical software. For example, if you are interested in using R, you might try working through some of the chapters in R for Data Science (https://r4ds.hadley.nz), specifically the parts Whole game and Visualize.

中文

探索性数据分析

获得数据集之后,理解现有数据的特征至关重要。有时,掌握数据最有效的方法是借助汇总统计量或其他数值度量。然而,很多时候,一图胜过千言万语。知道如何以最佳方式传达数据集中的深层含义,是交流研究结果的一个极为重要的方面。

虽然本书不依赖于任何特定软件,但熟悉数值汇总和图形汇总的最佳方法之一,就是使用统计软件对不同的数据集进行实际操作练习。例如,如果你有兴趣使用 R,不妨试着研读 《R数据科学》 (https://r4ds.hadley.nz)中的一些章节,特别是 “Whole game”(完整流程)可视化.