Introduction to R: Plotting in Base R

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • After loading data, it is important to get a sense of the distribution of the variables and how they relate to one another. This process known as exploratory data analysis or eda. Frequency tables are a tool for exploring categorical variables (variables that encode variables with a discrete set of categories as opposed to numbers.).
    This is lesson 19 of a 30-part introduction to the R programming language for data analysis and predictive modeling. Link to the code notebook below:
    Introduction to R: Plotting in Base R
    www.kaggle.com...
    This guide does not assume any prior exposure to R, programming or data science. It is intended for beginners with an interest in data science and those who might know other programming languages and would like to learn R.
    I will create the videos for this guide such that you should be able to learn a lot just watching on UA-cam, but to get the most out of the guide, it is recommended that you create a Kaggle account so that you can fork and edit each lesson so that you can follow along and run code yourself.
    Follow DataDaft on social media for news and updates:
    Twitter: / datadaft
    Join the DataDaft Discord to discuss all things data science:
    / discord
    Introduction to R Playlist:
    • Introduction to R
    #r #datascience #dataviz

КОМЕНТАРІ • 2

  • @walterreuther1779
    @walterreuther1779 2 роки тому

    I wish there were breakpoints for the different chapters!
    But great video thank you! :-)

  • @vincenzo4259
    @vincenzo4259 2 роки тому

    Thanks