Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date
 
 

README.md

📊 R Programming Language

R is a free software environment for statistical computing, data analysis, and graphical visualization.


📖 Key Topics

  1. Basic Syntax: Vectors, lists, matrices, data frames, factors.
  2. Data Manipulation (dplyr): filter(), select(), mutate(), summarise(), arrange().
  3. Data Visualization (ggplot2): Geoms (lines, bars, scatters), aesthetics mappings, facets, themes.
  4. Statistical Modeling: Linear regression (lm()), logistic regression (glm()), hypothesis testing, ANOVA.