全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
11367 6
2010-06-10
RT
STATA可以随意拖动改变列的位置么?
还是用什么命令才能调整?
比如我想把最后一列调到第一列应当怎么做呢?
多谢版主啦!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2010-6-10 17:15:38
1# 禅那

help order                                                                                                                                 dialog:  order
---------------------------------------------------------------------------------------------------------------------------------------------------------

Title

    [D] order -- Reorder variables in dataset


Syntax

        order varlist [, options]

    options           description
    ---------------------------------------------------------------------------------------------------------------------------------------------------
    first             move varlist to beginning of dataset; the default
    last              move varlist to end of dataset
    before(varname)   move varlist before varname
    after(varname)    move varlist after varname
    alphabetic        alphabetize varlist and move it to beginning of dataset
    sequential        alphabetize varlist keeping numbers sequential and move it to beginning of dataset
    ---------------------------------------------------------------------------------------------------------------------------------------------------


Menu

    Data > Data utilities > Change order of variables


Description

    order relocates varlist to a position depending on which option you specify.  If no option is specified, order relocates varlist to the beginning
    of the dataset in the order in which the variables are specified.


Options

    first shifts varlist to the beginning of the dataset.  This is the default.

    last shifts varlist to the end of the dataset.

    before(varname) shifts varlist before varname.

    after(varname) shifts varlist after varname.

    alphabetic alphabetizes varlist and moves it to the beginning of the dataset.  For example, here is a varlist in alphabetic order:  a x7 x70 x8 x80
        z.  If combined with another option, alphabetic just alphabetizes varlist, and the movement of varlist is controlled by the other option.

    sequential alphabetizes varlist, keeping variables with the same ordered letters but with differing appended numbers in sequential order.  varlist
        is moved to the beginning of the dataset.  For example, here is a varlist in sequential order: a x7 x8 x70 x80 z.


Examples

    Setup
        . webuse auto4

    Describe the dataset
        . describe

    Move make and mpg to the beginning of the dataset
        . order make mpg

    Describe the dataset
        . describe

    Make length be the last variable in the dataset
        . order length, last

    Describe the dataset
        . describe

    Make weight be the third variable in the dataset
        . order weight, before(price)

    Describe the dataset
        . describe

    Alphabetize the variables
        . order _all, alphabetic

    Describe the dataset
        . describe


Also see

    Manual:  [D] order

      Help:  [D] describe, [D] edit, [D] rename
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-6-11 19:05:58
楼上说的是stata11的 order吧,好像10的版本没有option吧,不过10的可以用下面的order或是move 两个命令
Move specified variables to front of dataset
order varlist
Move one variable to specified position
move varname1 varname2
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-6-16 05:36:49
there is an old command for stata 9 and prior:
ssc install placevars
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-6-17 15:18:34
yes ,use the command "move"
sample: move var1 var2
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2020-4-12 10:19:39
新版本可help order 查看具体操作方法
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群