Skip to content

Follow the Jupyter Notebook to learn the Basics of R language for Data Analytics. Learn stuff like Data Manipulation, Data Cleaning, Binding of Multiple csvs, Creating Visualizations using GGPlot2 and performing One-Tailed/Two-Tailed TTests.

License

Notifications You must be signed in to change notification settings

AnuraagRath/R-Language-Basics-for-Data-Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-Language-Basics-for-Data-Analytics

Follow the Jupyter Notebook to learn the Basics of R language for Data Analytics. Learn stuff like Data Manipulation, Data Cleaning, Binding of Multiple csvs, Creating Visualizations using GGPlot2 and performing One-Tailed/Two-Tailed TTests.

R Logo

Data manipulation:

  • Importing the movies csv file

    moviesCsv

  • Using Filter to choose Comedy genre:

    ComedyGenre

  • Using Arrange to arrange Film in Ascending order:

    ArrangeFilm

  • Using Filter to select movies from the year '2011':

    filterMoviesByYear

  • Create a new Column using 'Mutate':

    mutateCol

  • Visualizations using GGPlot2:

    ggplotTwo

  • One Tailed T Test (Statistical Tests):

    tTest

  • Two tailed Welsh T Test:

    tTestTwo

Enjoy

Thank you

Your's truely

Anuraag Rath :P

About

Follow the Jupyter Notebook to learn the Basics of R language for Data Analytics. Learn stuff like Data Manipulation, Data Cleaning, Binding of Multiple csvs, Creating Visualizations using GGPlot2 and performing One-Tailed/Two-Tailed TTests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published