- R Data Science Essentials
- Raja B. Koushik Sharan Kumar Ravindran
- 275字
- 2021-07-23 14:37:51
Chapter 1. Getting Started with R
R is one of the most popular programming languages used in computation statistics, data visualization, and data science. With the increasing number of companies becoming data-driven, the user base of R is also increasing fast. R is supported by over two million users worldwide.
In this book, you will learn how to use R to load data from different sources, carry out fundamental data manipulation techniques, extract the hidden patterns in data through exploratory data analysis, and build complex predictive as well as forecasting models. Finally, you will learn to visualize and communicate the data analysis to the audience. This book is aimed at beginners and intermediate users of R, taking them through the most important techniques in data science that will help them start their data scientist journey.
In this chapter, we will be covering the basic concepts of R such as reading data from different sources, understanding the data format, learning about the preprocessing techniques, and performing basic arithmetic and string operations.
The objective of this chapter is to first help the reader get a hold on to programming in R and know about the basic operations that will be useful for any analysis. In this chapter, we will essentially be exploring the standard techniques that will be used to convert the raw data into a usable format.
The following topics will be covered in this chapter:
- Reading data from different sources
- Discussing data types in R
- Discussing data preprocessing techniques
- Performing arithmetic operations on the data
- Performing string operations on the data
- Discussing control structures in R
- Bringing the data into a usable format
- .NET之美:.NET關鍵技術深入解析
- JavaScript前端開發模塊化教程
- Computer Vision for the Web
- R Data Analysis Cookbook(Second Edition)
- HoloLens與混合現實開發
- Java Web從入門到精通(第3版)
- C編程技巧:117個問題解決方案示例
- Python 3快速入門與實戰
- Vue.js 3.x高效前端開發(視頻教學版)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- 讀故事學編程:Python王國歷險記
- 計算思維與Python編程
- 深入實踐C++模板編程
- 面向對象程序設計教程(C#版)
- 算法(第4版)