Wednesday, February 2, 2011

STATA: Input

Quick tip: you can use -input- to send someone a test data set by e-mail without having to deal with attachments.

Try copying and pasting this into your Stata window and look at the dataset that results.

clear
input x y
1 4
2 6
3 7
1 2
1 5
end

No comments:

Post a Comment