- R Programming By Example
- Omar Trejo Navarro
- 191字
- 2021-07-02 21:30:40
Understanding Votes with Descriptive Statistics
This chapter shows how to perform a descriptive statistics analysis to get a general idea about the data we're dealing with, which is usually the first step in data analysis projects and is a basic ability for data analysts in general. We will learn how to clean and transform data, summarize data in a useful way, find specific observations, create various kinds of plots that provide intuition for the data, use correlations to understand relations among numerical variables, use principal components to find optimal variable combinations, and put everything together into code that is reusable, understandable, and easily modifiable.
Since this is a book about programming with R and not about doing statistics with R, our focus will be on the programming side of things, not the statistical side. Keep that in mind while reading it.
Some of the important topics covered in this chapter are as follows:
- Cleaning, transforming, and operating on data
- Creating various kinds of graphs programmatically
- Performing qualitative analysis with various tools in R
- Building new variables with Principal Components Analysis
- Developing modular and flexible code that is easy to work with
- Learning Apache Cassandra(Second Edition)
- Zabbix Network Monitoring(Second Edition)
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- 電腦上網直通車
- 最簡數據挖掘
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- 手機游戲程序開發
- 精通LabVIEW程序設計
- Apache源代碼全景分析(第1卷):體系結構與核心模塊
- Artificial Intelligence By Example
- Drupal高手建站技術手冊
- Cortex-M3嵌入式處理器原理與應用
- Hadoop Beginner's Guide
- 設計模式
- Oracle 11g Anti-hacker's Cookbook