Programs for Stata

catgraph

This program plots the mean levels of a variable against another variable, optionally separately for categories a third variable. This is helpful for plotting, for example, mean democratic vote...
Read More catgraph

corr_svy

This program produces linearization-based significance calculations for correlation coefficients. It is the equivalent of the nonexistant Stata command svycorr.

fastcd (c)

The fastcd package contains the Stata command 'c', a utility that automates the process of changing directories within Stata. The command allows you to build a database of commonly-used directory...
Read More fastcd (c)

log2do2

This program extracts the command lines from a Stata text-format log, creating a file of syntax (i.e., a do file). The program recognizes commands as lines in the log that begin with a period followed...
Read More log2do2

mktab

A program to create tables of “journal-style” regression output. mktab estimates one or more regression-type models, and prints the results in tab- (or other) delimited format for importation into a...
Read More mktab

oprobpr

oprobpr estimates an ordered dependent variable model on a continuous X variable and an optional set of covariates, then lists and graphs the predicted probabilities from this model against the X...
Read More oprobpr

survwgt

This program performs two functions related to survey sampling weights. First, it creates replicate weights, which are employed in replication- based strategies for variance estimation (balanced...
Read More survwgt

svr

The svr (SurVey Replication) suite of commands analyze complex survey data using replication methods for variance estimation. The available methods are balanced repeated replication (BRR) and several...
Read More svr

tablecol

This program is a wrapper program for the Stata command table that adds column percentages to the output. Essentially this provides the functionality of the column option of the tabulate command.