Hi all this course is designed for elementary level students in R who want to enjoy in learning R. This course is designed with simple examples for beginners and its created with my young research team who has worked on the material.
R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians and data miners for developing statistical software and data analysis.
table of content of R programming as following:
1.introduction
2.Overview software
3.Data types
3.1The problem between integer and numeric data type
3.2 Factors
4.Data structure
4.1 vectors
4.2 list and matrix
5.data frame
5.1 get data from data frame
5.2 create matrix out of data frame
6.data handling
7. logical operations and conditions