Analyze & Visualize Country Data in R | tidyverse, dplyr & ggplot2 | Group, Summarize & Draw Bars

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 6

  • @aishiaratrika
    @aishiaratrika 9 หลายเดือนก่อน +1

    Hi Joachim! I have been following your videos from the beginning and it's interesting how your channel has grown over time. I would like to request for in-depth videos on manipulating and analyzing publicly available secondary datasets such as DHS or MICS surveys, which would help a lot of researchers from developing nations.

    • @StatisticsGlobe
      @StatisticsGlobe  9 หลายเดือนก่อน +1

      Hey, thank you so much for your constant support over the years, it's great that you are still following my channel! :) Also, thank you so much for your topic suggestion, I'll keep it in mind for the future content planning. Best regards, Joachim

  • @saimajahan1000
    @saimajahan1000 ปีที่แล้ว +1

    I have seen only participants from Bangladesh. That's me.😂.
    Once again great video. Interesting and informative.

    • @StatisticsGlobe
      @StatisticsGlobe  ปีที่แล้ว +1

      Haha, great Saima. I hope you enjoy the course so far! :)

  • @joaomatos2043
    @joaomatos2043 ปีที่แล้ว +1

    is a vector a kind of array in javascript?

    • @cansustatisticsglobe
      @cansustatisticsglobe ปีที่แล้ว

      Hello!
      Yes, a vector in R can be conceptually similar to an array in JavaScript, although they belong to different programming environments and have some differences in behavior and properties. For instance, in R, a vector is a basic data structure that holds elements of the same type (numeric, character, logical, etc.). It's a one-dimensional array. In JavaScript, an array is a global object used to store a collection of elements. These elements can be of different types (numbers, strings, objects, etc.).See www.w3schools.com/r/r_vectors.asp for further details.
      Best,
      Cansu