Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

R Statistics

Overview

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.

Contents

  • 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.

Getting Started

To get started with the statistics examples in this repository:

  1. Clone the Repository:

    git clone https://github.com/KasrAskari/learn-R-codes.git
    cd learn-R-codes/Statistics
  2. Explore the Examples: Open the files in the respective subfolders to start experimenting with various statistical methods in R.

Prerequisites

  • R: Install R from CRAN.
  • RStudio (recommended): Download from RStudio for a more streamlined development environment.

Contributing

Feel free to contribute additional statistical analysis examples, improvements, or suggestions. Fork the repository and submit a pull request with your updates.

License

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!