.- help for ^placevar^ [STB-52: dm74] .- orders varlist -------------- ^placevar^ varlist [^, f^irst ^l^ast ^a^fter^(^varname^) b^efore^(^varname^)^ ] Description ----------- Changes the order of the variables in varlist relative to the other variables. The order of the variables in varlist is left unchanged. Options ------- ^first^ moves the variables in varlist to the beginning of the list of all variables. ^last^ moves the variables in varlist to the end of the list of all variables. ^after(^varname^)^ moves the variables in varlist directly after varname. ^varname^ should not occur in varlist. ^before(^varname^)^ moves the variables in varlist directly before varname. ^varname^ should not occur in varlist. Examples -------- . ^placevar x1, first^ . ^placevar xn, first^ . ^placevar x3 x4 x5, after(x2)^ Author ------ Jeroen Weesie Dept of Sociology/ICS Utrecht University J.Weesie@@fss.uu.nl Also See: -------- Manual: [R] order On-line: help for @aorder@ and @order@.