-
Notifications
You must be signed in to change notification settings - Fork 6
Stata ado
Aaditya Dar edited this page Jun 30, 2019
·
2 revisions
The following user written programs are generally useful. Many of them are available at Statistical Software Components (SSC) archive and can be installed using -ssc install- but if you cannot find them on SSC try -net search-
[1] package mdesc from http://fmwww.bc.edu/repec/bocode/m
'MDESC': module to tabulate prevalence of missing values
[2] package distinct from http://fmwww.bc.edu/repec/bocode/d
'DISTINCT': module to display distinct values of variables
[3] package shp2dta from http://fmwww.bc.edu/repec/bocode/s
'SHP2DTA': module to converts shape boundary files to Stata datasets
[4] package fs from http://fmwww.bc.edu/repec/bocode/f
'FS': module to show names of files in compact form
[5] package winsor2 from http://fmwww.bc.edu/repec/bocode/w
'WINSOR2': module to winsorize data
[6] package spmap from http://fmwww.bc.edu/repec/bocode/s
'SPMAP': module to visualize spatial data
[7] package insheetjson from http://fmwww.bc.edu/repec/bocode/i
'INSHEETJSON': module for importing tabular data from JSON sources on the internet
[8] package carryforward from http://fmwww.bc.edu/repec/bocode/c
'CARRYFORWARD': module to carry forward previous observations
[9] package extremes from http://fmwww.bc.edu/repec/bocode/e
'EXTREMES': module to list extreme values of a variable
[10] package kountry from http://fmwww.bc.edu/repec/bocode/k
'KOUNTRY': module to standardize country names across various datasets
[11] package estout from http://fmwww.bc.edu/repec/bocode/e
'ESTOUT': module to make regression tables
[12] package binscatter from http://fmwww.bc.edu/repec/bocode/b
'BINSCATTER': module to generate binned scatterplots
[13] package ietoolkit from http://fmwww.bc.edu/repec/bocode/i
'IETOOLKIT': module providing commands specially developed for Impact Evaluations
[14] package filelist from http://fmwww.bc.edu/repec/bocode/f
'FILELIST': module to recursively search directories for files
[15] package scheme-burd from http://fmwww.bc.edu/repec/bocode/s
'SCHEME-BURD': module to provide a ColorBrewer-inspired graphics scheme with qualitative and blue-to-red diverging colors
[16] package lassopack from http://fmwww.bc.edu/repec/bocode/l
'LASSOPACK': module for lasso, square-root lasso, elastic net, ridge, adaptive lasso estimation and cross-validation
[17] package pdslasso from http://fmwww.bc.edu/repec/bocode/p
'PDSLASSO': module for post-selection and post-regularization OLS or IV estimation and inference
[18] package gtools from http://fmwww.bc.edu/repec/bocode/g
'GTOOLS': module to provide a fast implementation of common group commands
[19] package coefplot from http://fmwww.bc.edu/repec/bocode/c
'COEFPLOT': module to plot regression coefficients and other results
[20] package boottest from http://fmwww.bc.edu/repec/bocode/b
'BOOTTEST': module to provide fast execution of the wild bootstrap with null imposed
[21] package ftools from https://raw.githubusercontent.com/sergiocorreia/ftools/master/src
ftools. Alternatives to common Stata commands optimized for large datasets
[22] package reghdfe from https://raw.githubusercontent.com/sergiocorreia/reghdfe/master/src
REGHDFE: Linear models with multi-way fixed effects and multi-way clustering
[23] package moremata from http://fmwww.bc.edu/repec/bocode/m
'MOREMATA': module (Mata) to provide various functions
[24] package ivreg2 from http://fmwww.bc.edu/repec/bocode/i
'IVREG2': module for extended instrumental variables/2SLS and GMM estimation
[25] package ivreghdfe from https://raw.githubusercontent.com/sergiocorreia/ivreghdfe/master/src
Instrumental Variables with High Dimensional Fixed Effects (ivreg2 with an absorb() option)
[26] package ranktest from http://fmwww.bc.edu/repec/bocode/r
'RANKTEST': module to test the rank of a matrix using the Kleibergen-Paap rk statistic
[27] package grc1leg from http://www.stata.com/users/vwiggins
grc1leg. Combine graphs into one graph with a common legend.
[28] package mlt from http://fmwww.bc.edu/RePEc/bocode/m
'MLT': module to provide multilevel tools
- Research and professional ethics
- Getting started
- Text editor
- Organization
- Stata
- Python
- GIS
- Git and GitHub
- LaTeX
- Workflow
- More