R: Exploratory Data Analysis (EDA), Univariate analysis

Поділитися
Вставка
  • Опубліковано 1 лис 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 2 роки тому

      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 4 роки тому

    Fantastic description for interpreting a box plot! Thanks!

  • @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 3 роки тому +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 2 роки тому

    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"

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

    Thank you really!

  • @riteshtripathi8626
    @riteshtripathi8626 6 років тому +1

    Refreshed my memory.. thanks

  • @4zcompany
    @4zcompany 6 років тому +1

    Great video, this was very helpful

    • @rblogger3200
      @rblogger3200 4 роки тому

      ua-cam.com/video/tHcRVnY_i8c/v-deo.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'.

  • @nitishkanekar5952
    @nitishkanekar5952 4 роки тому

    Hi James,
    Can you please share the Rcode

  • @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 роки тому

      ua-cam.com/video/tHcRVnY_i8c/v-deo.html

  • @luntumagwebu6137
    @luntumagwebu6137 6 років тому

    where to find this dataset bike_buyers ?