——————————————————————————- help for didyouknow ——————————————————————————- Did You Know? didyouknow, [ update startup showall verify ] Description didyouknow displays a random fortune cookie style message showing you (hopefully) something about Stata…
Read More
Search Results for: stata
dirdes.hlp.htm
——————————————————————————- help for dirdes ——————————————————————————- Display number of observations and number of variables of Stata files in the current directory dirdes [wildcard] [, n(value) saving(string) replace ] Description dirdes displays…
Read More
atsinst.hlp.htm
—————– help for atsinst —————– Install Programs from IDRE Stata Web Site —————————————– You can install programs from the IDRE web site by typing atsinst followed by the names of…
Read More
atsinstlocal.hlp.htm
———————– help for atsinstlocal ———————– Install Programs from Local ————————— *** TO BE WRITTEN You can install programs from the IDRE web site by typing atsinst followed by the names…
Read More
compado.hlp.htm
—————— help for compado —————— Compare ado files from different sites ————————————– compado program localsite remotesite, save(location) program = the program to compare localsite = the address of the site…
Read More
didyouknow.hlp.htm
——————————————————————————- help for didyouknow ——————————————————————————- Did You Know? didyouknow, [ update startup showall verify ] Description didyouknow displays a random fortune cookie style message showing you (hopefully) something about Stata…
Read More
dirdes.hlp.htm
——————————————————————————- help for dirdes ——————————————————————————- Display number of observations and number of variables of Stata files in the current directory dirdes [wildcard] [, n(value) saving(string) replace ] Description dirdes displays…
Read More
Testing Bootstrapping
Stata Code Fragment: Testing Bootstrapping bootstrapping may not work very well with small sample sizes. So, we take a data file /stata/code/sim/welfsub.dta and treat that as our population. We then…
Read More
Using xtreg
Stata Code Fragment: Using xtreg clear input id y80 y81 y82 x80 x81 x82 1 5 6 7 8 9 10 2 10 11 12 5 6 7 3 15…
Read More
Using Margins for Predicted Probabilities
The margins command (introduced in Stata 11) is very versatile with numerous options. This page provides information on using the margins command to obtain predicted probabilities. Let’s get some data…
Read More
