This archive includes the complete list of user-written Stata packages till January 1st 2015 and includes a brief description and HTML help file. This archive has been created for?education purpose?(not for installing packages!), particularly for those who wish to find interesting packages or stud...
module to calculates seats in party-list proportional representation tssc install _gapport _gclsort module to sort a single variable via egen tssc install _gclsort _gprod module to extend egen for product of observations tssc install _gprod _grmedf module to compute row medians with ...
a time; but in return, one gains the ability to scroll about in the list of variables in either dataset order or alphabetical order, to rapidly locate any variable, and, with a single mouse click, to execute commands such as Stata Technical Bulletin 3 summarize or list on that variable. ...
S456854 LABLIST: Stata module to list value labels (if present) for one or more variables by Roger Newson S456854 MGOF: Stata module to perform goodness-of-fit tests for multinomial data by Ben Jann S456853 DIGDIS: Stata module to analyze the distribution of digits by Ben Jann S456852 N...
through positional arguments 18.4.3 Using macro shift 18.4.4 Parsing standard Stata syntax 18.4.5 Parsing immediate commands 18.4.6 Parsing nonstandard syntax 18.5 Scalars and matrices 18.6 Temporarily destroying the data in memory 18.7 Temporary objects 18.7.1 Temporary variables 18.7.2 Temporary ...
S458826 MYCOLOURS: Stata module for setting a palette of colours through local macros byNicholas J. Cox S458825 STACKEDCOUNT: Stata module to produce a stacked area graph byCameron Campbell S458824 DIAGSAMPSI: Stata module for computing sample size for a single diagnostic test with a binary ou...
Stata Version - Loop Through Files In Directory // Get list of files that are csv local files : dir . files "*.csv" // Loop through file list and save each one in Stata .dta foreach file in `files' { import delimited using "`file'" save "`file'.dta", replace clear } Python ...
_gapport module to calculates seats in party-list proportional representation tssc install _gapport _gclsort module to sort a single variable via egen tssc install _gclsort _gprod module to extend egen for product of observations tssc install _gprod _grmedf module to compute row medians wit...
Similarly, all Stata estimation commands that allow factor varlists return the specific varlist in the row and column names of and . Factor varlist is specific. The same varlist could be written , so that is specific, too. The first is specific and unexpanded. The second is...
varlist 35 3.2.2 Thenumlist 35 3.2.3 The if exp and in range qualifiers 35 3.2.4 Missing data handling 36 Recoding missing values: The mvdecode and mvencode commands 37 3.2.5 String-to-numeric conversion and vice versa 37 Numeric-to-string conversion 38 Working with quoted strings 39 3.3...