This directory contains examples and exercises related to statistical analysis in R. It covers fundamental statistical concepts and demonstrates how to perform statistical tests and analysis using R's built-in functions and libraries.
- 01-Data-Set/: Introduction to datasets and basic data loading techniques in R.
- 02-Max-and-Min/: Working with the maximum and minimum values in a dataset.
- 03-Mean-Median-Mode/: Calculating and understanding measures of central tendency (mean, median, mode).
- 04-Percentiles/: Understanding and calculating percentiles in data.
To get started with the statistics examples in this repository:
-
Clone the Repository:
git clone https://github.com/KasrAskari/learn-R-codes.git cd learn-R-codes/Statistics -
Explore the Examples: Open the files in the respective subfolders to start experimenting with various statistical methods in R.
- R: Install R from CRAN.
- RStudio (recommended): Download from RStudio for a more streamlined development environment.
Feel free to contribute additional statistical analysis examples, improvements, or suggestions. Fork the repository and submit a pull request with your updates.
This project is licensed under the MIT License. See the LICENSE file for more details.
Explore the world of statistics in R and elevate your data analysis skills!