Stata order variables

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Learn how to order variables in Stata.
    The following code will come in handy for this tutorial:
    webuse census13
    order medage
    webuse census13, clear
    order state, last
    webuse census13, clear
    order dvcrate, before(pop)
    webuse census13, clear
    order state pop, after(medage)
    webuse census13, clear
    order _all, alphabetic

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

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

    Yay! Thank you for your tips!

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

    great help, to the point. Thanx

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

    so helpful, am so learning

  • @Shakibhere
    @Shakibhere 2 месяца назад

    Hi, your website and the services are still available? I could not find the website!

  • @sacul889
    @sacul889 5 лет назад

    When I using "order" the variable is missing

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

    Apt!