= Stata Gsort = The '''`gsort`''' command is an extended [[Stata/Sort|sort]] command. <> ---- == Usage == {{{ gsort foo +bar -baz }}} If a key variable is specified without a prefix or with a plus sign (`+`) prefix, then cases are sorted in ascending order for that variable. If it is specified with a minus sign (`-`) prefix, cases are instead sorted in descending order for that variable. ---- == See also == [[https://www.stata.com/manuals/dgsort.pdf|Stata manual for gsort]] ---- CategoryRicottone