- 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
- 現代測控系統典型應用實例
- Natural Language Processing Fundamentals
- 圖解PLC控制系統梯形圖和語句表
- 計算機控制技術
- 物聯網與云計算
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- Windows環境下32位匯編語言程序設計
- 3D Printing for Architects with MakerBot
- Hands-On Reactive Programming with Reactor
- 云計算和大數據的應用
- 網絡存儲·數據備份與還原
- ASP.NET 2.0 Web開發入門指南
- JRuby語言實戰技術
- Linux Shell Scripting Cookbook(Third Edition)
- Redash v5 Quick Start Guide