Skip to content

Aadhithya01/Basic-R-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-R-Programming

This is a collection of a basic set of codes implemented in R.

Libraries Used

  • ggplot2: For advanced and flexible data visualization.
  • rpart: For decision tree modeling.
  • rpart.plot: For plotting decision trees.
  • e1071: For SVM and Logistic Regression models.

Getting Started

Install R:

If you haven't installed R, download it from CRAN.

Install Packages:

Open R or RStudio and run the following commands to install the required packages:

install.packages("ggplot2")
install.packages("rpart")
install.packages("rpart.plot")
install.packages("e1071")

Run Scripts:

Execute each script individually to observe the data analysis and visualization outputs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages