Manage the ado programs
- Stata Syntax-highlighting for Notepad++ or download from the Notepad++ website
- Syntax Highlight Packages (Dynamic documents in Stata: MarkDoc, Ketchup, and Weaver): Synlight, Weaver, MarkDoc
- Determine build-in command or ado-file: which command
- Check codes: viewsource command or type "directory\xxx.ado"
- list of the packages: ado dir
- Install: ssc install package [,replace]
- ssc describe { pkgname | letter }: Describe a specified package at SSC
- check update: adooupdate
- update: adoupdate, update
- uninstall: ado uninstall package|[#]
- re-run profile.do: do profile.do
- -groups- Stata module to list group frequencies. Speaking Stata (2017): Tables as Lists: The Groups Command. groups updated on SSC
- -fre- Stata module to display one-way frequency table
- -vioplot- Stata module to produce violin plots with current graphics
- -qqplot3- Stata module to plot the unweighted and weighted quantiles of one variable against the corresponding quantiles of another
- -qreg2- Stata module to perform quantile regression with robust and clustered standard errors
- -intcens- Stata module to perform interval-censored survival analysis, which is a program that fits parametric _continuous_ survival time distributions to interval-censored survival time data. The program doesn't allow
time-varying covariates. - -midiagplots-, a user-written ado, makes diagnostic plots for multiple imputations created by mi impute.
- -fitstat-, a user-written program is to compute fit statistics for single equation regression models.
- -mgof-, a user-written goodness-of-fit tests for the distribution/multinomial data, can deals with the survey design svy(). Jann (2008).Multinomial goodness–of–fit
- -relrank- is to generate relative data (Relative Distribution Methods in Stata)
- -svr- is a user-written program to comupte estimates with survey replication based standard errors. The -survwgt- command creates brr, jk1, jk2 and jkn replicate weights.
- -somersd- is a package to calculate Kendall's tau-a, Somers'D, AUC (Harrell's c). It can deal with the complex survey design. UCLA idre
- -st0314- Attributable and unattributable risks and fractions and other scenario comparisons (can deal with complex sampled data)
- -svylorenz-, -sumdist- Jenkins (2006): calculate Gini/Lorenz/inequality from complex survey data, summary of income distributions
- -stpm2- (slides), a extension of - stpm -, include improvement in the way time-dependent covariates are modeled; the ability to incorporate expected mortality and thus fit relative survival models; and a superior predict command that enables simple quantification of differences between any two covariate patterns through calculation of time-dependent hazard ratios, hazard differences, and survival differences. stpm has a option "left(leftvar)" to dealing with interval-censored data, and stpm2 does not have an option to deal with interval censoring (checked @ 04/016/2016, wish they could have added it).
- -tabstat- Stata module to produce and export table of results in a matricial format.
- -univar- How can I get descriptive statistics and the five number summary on one line?
- -outreg2- The 'outreg2' is based on the earlier package 'outreg' but has much more features.
- -tabout- is a table building program for oneway and twoway tables of frequencies and percentages, and for summary tables.
- -estout- How can I use -estout- to make regression tables that look like those in journal articles?
- -renvar- Stata module to rename variables
- -wridit- Stata module to generate weighted ridits
- -gtools- Faster Stata for big data. This packages uses C plugins and hashes to provide a massive speed improvements to common Stata commands.
- -ftools- A faster Stata for large datasets (Sergio's slides)
- -psmatch2- implements full Mahalanobis matching and a variety of propensity score matching methods
No comments:
Post a Comment