You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Stata will read several types of databases. Running help import in Stata will show what those different types are. A natural choice, as Phil has pointed out, is to export to a Stata file from R, and then read that into Stata. But there are alternatives, e.g. comma-separated or tab-separated files. Choose the one that best suits your needs.
2. "Say exactly what you typed and exactly what Stata typed (or did) in response. N.B. exactly!"
3. Describe your dataset. Use list to list data when you are doing so. Use input to type in your own dataset fragment that others can experiment with.
4. Use the advanced editing options to appropriately format quotes, data, code and Stata output. The advanced options can be toggled on/off using the A button in the top right corner of the text editor.
Comment