- R Data Science Essentials
- Raja B. Koushik Sharan Kumar Ravindran
- 198字
- 2021-07-23 14:37:53
Summary
In this chapter, you learned to import and read data from different sources such as CSV, TXT, XLSX, and relational data sources and the different data types available in R such as numeric, integer, character, and logical data types. We covered the basic data preprocessing techniques used to handle outliers, missing data, and inconsistencies in order to facilitate analysis.
You learned to perform different arithmetic operations that can be performed on the data using R, such as addition, subtraction, multiplication, division, exponentiation, and modulus, and also learned the string operations that can be performed on the data using R, such as subsetting a string, replacing a string, changing the case, and splitting the string into characters, which helps in data manipulation. Finally, you learned about the different control structures in R, such as if
, else
, for
, while
, repeat
, break
, next
, and return
, which facilitate a recursive or logical execution. We also covered bringing data to a usable format for analysis and building a model. In the next chapter, we will see how to perform exploratory data analysis using R. It will include a few statistical techniques and also variable analyses, such as univariate, bivariate, and multivariate analyses.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經典名著)
- 自己動手寫搜索引擎
- ASP.NET開發(fā)與應用教程
- 時空數(shù)據建模及其應用
- 大學計算機基礎
- Managing Microsoft Hybrid Clouds
- 從Power BI到Analysis Services:企業(yè)級數(shù)據分析實戰(zhàn)
- C編程技巧:117個問題解決方案示例
- SAP Web Dynpro for ABAP開發(fā)技術詳解:基礎應用
- WCF技術剖析(卷1)
- Python應用開發(fā)技術
- Illustrator CS6中文版應用教程(第二版)
- 軟件測試項目實戰(zhàn)之功能測試篇
- Swift編程實戰(zhàn):iOS應用開發(fā)實例及完整解決方案
- Perl 6 Deep Dive