Data Today

Nov 8, 2011

Using Postfile in Stata (+2 examples)

›
Postfile can be used to generate new, computed datasets and to subset data into new datasets in Stata. There is an awesome command in S...
9 comments:
Nov 6, 2011

Using _n and _N in Stata

›
This article is all about using _n and _N in Stata. The functions mod() and round() are also covered at the end for your reference. They a...
10 comments:
Nov 5, 2011

Using the Return List in Stata

›
Whether you are programming or trying to retrieve values calculated in Stata, your best bet is probably to use the  return list command in ...
5 comments:
Nov 4, 2011

Common Stata Command Reference

›
Below you will find a neatly organized list of Stata Commands to explore. Type help  followed by any of the following commands to reveal a h...
Nov 2, 2011

Four websites to start learning Stata

›
The following are four websites which can introduce you to Stata. Each covers the basics of Stata but they do not all cover the same things....
Nov 1, 2011

10 Things every Beginner should know about Stata

›
When I first started working with Stata my initial impression was that it was ugly, and overwhelming.  I was confused as to why you would w...
2 comments:
Oct 31, 2011

Splitting first and last names in Microsoft Excel

›
A B C 1 Mary Post Rogers =LEFT(A1,SEARCH(" ",A1)) =RIGHT(A1,LEN(A1) - SEARCH(" ",A1)) 2 Peter Van Der Gr...
›
Home
View web version
Powered by Blogger.