Data and Statistics with R

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • R is a FREE software and the most popular programming language for STATISTICAL COMPUTING AND ANALYSIS.
    This video lesson introduces you to data and the statistics with R - detailed information about how to look into deeply into data and explore numerical and categorical summaries, and some visualizations showing distributions.
    Please SUBSCRIBE to the channel and click on the "Notification Button" to get alerted anytime I post a video!

Комментарии • 5

  • @nastaranmarzban1419
    @nastaranmarzban1419 Месяц назад

    Perfect
    Keep it on

  • @fksons4161
    @fksons4161 Год назад

    Great Work

  • @esekonlokol2038
    @esekonlokol2038 Год назад

    Good job bro....togehter till we're done with the series.

  • @nastaranmarzban1419
    @nastaranmarzban1419 Месяц назад +1

    I cannot find the data, would u please send me a link

    • @eliapp
      @eliapp Месяц назад

      In R, you can access the gapminder dataset with the following codes:
      Step 1: Install and upload the 'gapminder' package
      install.packages("gapminder")
      library(gapminder)
      Step 2: The name of the dataset is gapminder, and you can load it into R.
      data(gapminder)