The world produces more data than ever. Are you ready for it?
What you will learn... The R environment 1.1 First steps 1.1.1 R Software 1.1.2 RStudio 1.1.3 Running R code 1.1.4 R packages 1.1.5 R scripts editor 1.1.6 Case sensitivity 1.1.7 Recall and Correction 1.1.8 Setting up a working directory 1.1.9 Arithmetic Operators 1.1.10 Relational Operators 1.1.11 Logical Operators 1.1.12 Assignment Operators The R variables 2.1 Rules of creating a variable name 2.1.1 Assigning value to an Object 2.1.2 Variable types 2.2 Function 2.2.1 Function name 2.2.2 Build-in Function 2.2.3 Argument 2.3 Vector 2.3.1 Types of vector 2.4 Matrix 2.4.1 How to create matrix 2.4.2 Dimensions name 2.4.3 Matrix Operators 2.5 String 2.6 Data frames Basic functions 3.1 Data function 3.2 Reading data from file 3.2.1 Read.csv function 3.3 Sub-setting Data 3.4 Attach function 3.5 Detach function 3.6 Head and tail functions 3.7 Rename function 3.8 Structure function 3.9 Edit/fix function 3.10 View function 3.11 Table function 3.12 Summary function and many more...