AnuraagRath / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Mozilla Public License 2.0


Languages

Language:Jupyter Notebook 100.0%