R: Exploratory Data Analysis (EDA), Univariate analysis

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • One of the first steps to data analysis is to perform Exploratory Data Analysis. In this video we go over the basics of univariate data analysis, or analyzing each variable to better get to know our data.
    Here's the dataset used in this video:
    drive.google.c...

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

  • @morganzhu4502
    @morganzhu4502 6 лет назад +3

    Hi James, I am self-learning the sentiment analysis with R to try to join my lecturer's project group. Before i came across your vedio, i really hadn't know where to begin. By now, the first 12 vedios have layed a solid fundation for my study. And i will move on to finish this whole tutorials. I really appreciate it and all i wanna say is thank you so much!!!

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

      I tried to use installed.packages("bike_buyers") but the console says "package ‘bike_buyers’ is not available for this version of R". Do you have an idea?

  • @fluffyalpaca8591
    @fluffyalpaca8591 3 года назад

    Fantastic description for interpreting a box plot! Thanks!

  • @riteshtripathi8626
    @riteshtripathi8626 6 лет назад +1

    Refreshed my memory.. thanks

  • @pnm3225
    @pnm3225 2 года назад

    Thank you really!

  • @4zcompany
    @4zcompany 6 лет назад +1

    Great video, this was very helpful

    • @rblogger3200
      @rblogger3200 4 года назад

      ruclips.net/video/tHcRVnY_i8c/видео.html

  • @shibukalidhasan5815
    @shibukalidhasan5815 6 лет назад

    It was a very lucid explanation ... Just one thought ... In the mini challenge finding how many bought bikes, shouldn't it be bought$Commute.Distance instead of bike_buyers$Commute.Distance which represents the entire Dataset. We are interested only in the subset of data who bought bikes.

    • @lightcrusaders
      @lightcrusaders 5 лет назад +1

      We're looking for how many people did buy AND didn't buy bikes. using bought means we can only access the subset data for bikes that were purchased Bikes$Purchased.Bike == 'Yes'.

  • @shreyadubey1777
    @shreyadubey1777 2 года назад +1

    for summary(bike_buyers$Education): I am not getting the desired results as shown in the video. Please help

  • @intanwahyuningsih5210
    @intanwahyuningsih5210 2 года назад +1

    sorry, may I ask you? I have problem. When I run syntax summary (bike_buyers) why all variables on type data chr can't show as number like in the video? how I can fix that?

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

    I don't this in my R studio, I tried to use installed.packages("bike_buyers") but the console says "package ‘bike_buyers’ is not available for this version of R"

  • @aanjaramrajamannar470
    @aanjaramrajamannar470 6 лет назад +1

    hi
    after changing the children data to factor I was not able to boxplot the children dataset throwing an error , tell me how to plot it

    • @lightcrusaders
      @lightcrusaders 5 лет назад +1

      Boxplot is not fit for categorical data, use barplot instead.

    • @rblogger3200
      @rblogger3200 4 года назад

      ruclips.net/video/tHcRVnY_i8c/видео.html

  • @nitishkanekar5952
    @nitishkanekar5952 4 года назад

    Hi James,
    Can you please share the Rcode

  • @luntumagwebu6137
    @luntumagwebu6137 6 лет назад

    where to find this dataset bike_buyers ?