https://github.com/kasraskari/learn-r-codes
A learning repository for R programming, covering data manipulation, visualization, and statistical analysis. (Work in progress!) 🚧
https://github.com/kasraskari/learn-r-codes
data-analysis data-analysis-r data-visualization r r-examples r-graphics r-statistics statistics
Last synced: 10 months ago
JSON representation
A learning repository for R programming, covering data manipulation, visualization, and statistical analysis. (Work in progress!) 🚧
- Host: GitHub
- URL: https://github.com/kasraskari/learn-r-codes
- Owner: KasrAskari
- Created: 2025-02-08T21:14:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T07:53:20.000Z (11 months ago)
- Last Synced: 2025-02-24T08:35:29.406Z (11 months ago)
- Topics: data-analysis, data-analysis-r, data-visualization, r, r-examples, r-graphics, r-statistics, statistics
- Language: R
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📌 Overview
This repository is a comprehensive guide to **R programming**, focusing on statistical computing and graphical presentation. It is designed to help learners analyze and visualize data effectively.
🚧 *This repository is a work in progress and will be continuously updated with new content.* 🚧
---
## 📚 Topics Covered
- **R Basics**: Syntax, data types, and basic operations
- **Functions**: Writing and utilizing functions in R
- **Data Structures**: Vectors, lists, matrices, and data frames
- **Data Visualization**: Creating plots and charts
- **Statistics**: Descriptive statistics and probability distributions
- **Data Import/Export**: Handling external data files
- **Data Manipulation**: Cleaning and transforming data (*Coming soon!*)
---
## 📂 Repository Structure
```
learn-R/
├── 01-R-Basics/ # Fundamentals of R programming
├── 02-Data-Structures/ # Working with vectors, lists, matrices, and data frames
├── 03-Data-Visualization/ # Creating plots and charts
├── 04-Statistics/ # Statistical analysis in R
├── 05-Control-Structures/ # If-else statements and loops
├── 06-Functions/ # Writing and using functions
├── 07-Import & Export/ # Handling external data files
├── README.md # Documentation
└── LICENSE # License information
```
---
## 🛠Prerequisites
- **R**: [Download R](https://cran.r-project.org/)
- **RStudio**: [Download RStudio](https://posit.co/download/rstudio-desktop/)
---
*Inspired by the [W3Schools R Tutorial](https://www.w3schools.com/r/)*