Stata 13
- Feb 2015
- 109
How to open stata 14 files in Stata 12-13
Hello,
I am using stata12 and stata13, both are up to date.
I try to open stata 14 file in stata 13.1 and get an error like '.dta too modern'. I tried to open the same file by using use13 command in stata 12, but this did not work as well. I have attached the file, which originally was shared here. Could you say, is there any way that i may open it?
Kind Regards,
DiasLast edited by Said Jafar; 14 Feb 2016, 09:41. Reason: Added file- Mar 2014
- 3175
I can think of two ways: (1) whomever gave you the version 14 data set should save it use the saveold command; (2) use StatTransferComment
- Dec 2014
- 8178
Since you downloaded the file from Statalist, I'm thinking you may have wanted it to study the technique discussed in the topic you got it from. With that in mind, I downloaded the original, saved it in Stata13 format, then attached it here. I no longer have access to Stata 13, so I haven't tested this.
The general answer to your question, though, remains as Rich said: to read Stata 14 datasets, you must either upgrade Stata or purchase the current version of StataTransfer.Last edited by William Lisowski; 14 Feb 2016, 10:48.Comment
- Feb 2015
- 109
Dear Rich,
Thank you for your reply. I will try to obtain StatTransfer.
Regards,
DiasComment
- Feb 2015
- 109
Dear William,
Thanks a million for your assistance. You were right, i wanted study the given technique and your file worked perfectly for that. Highly appreciated.
Best Regards,
DiasComment
- Apr 2014
- 2
Opening>
Stata 13 adds multilevel nested and crossed models. Analyze binary, count, categorical, and ordered outcomes. Estimate a dizzying array of new models that span every discipline. Power and sample size. Get tables, graphs, or both at the click of a button. Applied Survey Data Analysis in Stata 13. The purpose of this workshop is to explore some issues in the analysis of survey data using Stata 13. Before we begin, you will want to be sure that your copy of Stata is up-to-date. To do this, please type. In the Stata command window and follow any instructions given. The PDM was published on May 28, 2006. Many downloads like Stata 13 full. free download may also include a crack, serial number, unlock code, cd key or keygen (key generator). If this is the case it is usually found in the full download archive itself. After you install Stata, you want to update it to get the most recent updates.
Stata 13 free download - Sony Movie Studio 13 (32 bit), Sony Movie Studio 13 Platinum (32 bit), Need for Speed Most Wanted v1.3 patch, and many more programs.
- Mar 2014
- 580
I don't know anything about the YRBSS in particular, but based on the response you received from CDC, it sounds like the ,dat files are simply text files (as opposed to files in a particular software-specific format). You can check this by trying to read these file in a text editor (e.g., WordPad for Windows or similar) and see if the text contains readable characters. If so, then you need to find the documentation for the file(s) and use the Stata infile or infix commands to read them into memory. Let us know if you need more specific help with these commands.
Regards,
Joe
Comment
- Mar 2014
- 580
According to the YRBSS website (http://www.cdc.gov/HealthyYouth/yrbs/data/), .dat files are indeed ASCII text files. You can download the User's Manual for each year, which will guide you in importing the file into Stata. Alternatively, if you have SAS available, you can use the SAS input program to read the data into SAS and then use StatTransfer to convert it to Stata.
Regards,
Joe
Comment
- Mar 2014
- 270
David
Senior Researcher, California Competes
californiacompetes.org
Pronouns: He/Him
Comment
Stata 13 Download Mac
- Jul 2015
- 8
If you have stat transfer you can use the ASCII to Stata function. I recently did this with Bureau of Labor Statistics data.
Comment
- Apr 2017
- 1
To make the conversion, right click the file and select 'get info.' A box will pop up with info for the file. About 2/3 of the way down will be the name of the file. Delete the extension .dat and replace with .txt. Press 'Enter' and Apple will ask if you want to use the new extension. Say 'Yes' and you are on your way!
Only issue is the file does not contain variable names. Instead, StatTransfer will input 'Col1' through 'Col###'.
Comment
- Sep 2017
- 1
Happy analyzing, Michelle
Comment
- May 2014
- 14