egen || STATA || concat(); ends()|| Data Management || Econometrics Melody ||U/Graduate ||Mphil /Phd

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025
  • 07 February 2021 [Sunday]
    Facebook: / econometricsmelody
    In this video, we will see on how we can generate data using the string functions of egen command. They are
    a) ends()
    b) concat()
    These are very simple and useful functions.
    Many Thanks
    Econometrics Melody

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

  • @otaviocanozziconceicao7195
    @otaviocanozziconceicao7195 2 ปีที่แล้ว

    Great work, thanks for producing this public good!

  • @KuldeepSingh-kq9yj
    @KuldeepSingh-kq9yj 2 ปีที่แล้ว

    if we want to numeric variable and string variable can we do that? like in d variable instead of do we want to add any any variable with numeric value given in our data set ?
    example 23adf

  • @Mir_sab
    @Mir_sab 2 ปีที่แล้ว

    Sir how to write "doitnowok".

    • @Mir_sab
      @Mir_sab 2 ปีที่แล้ว

      How to remove extra space from the column?

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

      clear
      set obs 10
      gen a = " do it now ok "
      split a, gen(m)
      gen b = m1+m2+m3+m4
      order a b

    • @EconometricsMelody
      @EconometricsMelody  2 ปีที่แล้ว +2

      clear
      set obs 10
      gen a = " do it now ok "
      split a, gen(m)
      egen b = concat(m*)
      order a b

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

      th-cam.com/video/np_ZY_JG_7g/w-d-xo.html

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

      th-cam.com/video/atEHrLmPhKU/w-d-xo.html

  • @ferv8814
    @ferv8814 2 ปีที่แล้ว

    thank u!!!