~dricottone/replications

ref: da6b7478a8a7062ac7fd75977abc3d9c9c6c8fc7 replications/data/anes/anes 2004 cumulative dictionary.do -rw-r--r-- 2.5 KiB
da6b7478Dominic Ricottone Incomplete work on AS04 5 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
dictionary using "sub-data.txt" {
*****************************************************************
*  Replace 'Y' with the name of the data file.
*  The default suffix is '.raw'.
*
*  Put this dictionary into a separate file (with the suffix .dct).
*  (The first line of the dictionary file must contain the
*  'dictionary' command.)
*
*  Then edit the name of that dictionary file into the 'do-file'
*  portion of the STATA definitions.
*******************************************************************
*  Records per case:
_lines(1)

_line(1)

_column(1)     long  CASEID             %8f    "Case ID"
_column(11)    str28 VERSION            %28s   "ANES Version Number"
_column(41)    int   VCF0004            %4f    "Year of Study"
_column(46)    int   VCF0006            %4f    "Study Respondent Number"
_column(51)    long  VCF0006A           %8f    "Unique Respondent Number"
_column(60)    float VCF0009            %6.4f  "Type 0 General Weight Variable"
_column(67)    float VCF0009A           %6.4f  "Type 0 Weight - Post-Stratified Pre"
_column(74)    float VCF0010            %6.4f  "Type 1 General Weight Variable"
_column(81)    float VCF0010A           %6.4f  "Type 1 Weight - Post-stratified Pre"
_column(88)    float VCF0011            %6.4f  "Type 2 General Weight Variable"
_column(95)    float VCF0011A           %6.4f  "Type 2 Weight - Post-Stratified Pre"
_column(102)   int   VCF0140A :VCF0140A %1f    "R Education 7-category"
_column(104)   int   VCF0302  :VCF0302  %1f    "Initial Party ID Response"
_column(106)   int   VCF0702  :VCF0702  %1f    "Did R Vote in Election"
_column(108)   int   VCF0717  :VCF0717  %1f    "Did R Try to Influence Others Vote"
_column(110)   int   VCF0718  :VCF0718  %1f    "Did R Attend Political Meetings"
_column(112)   int   VCF0719  :VCF0719  %1f    "Did R Work for Party or Candidate"
_column(114)   int   VCF0720  :VCF0720  %1f    "Did R Display Candidate Button/Stic"
_column(116)   int   VCF0721  :VCF0721  %1f    "Did R Donate Money to Party/Candida"
_column(118)   int   VCF0803  :VCF0803  %1f    "Liberal-Conservative 7pt Scale"
_column(120)   int   VCF0806  :VCF0806  %1f    "R Position 7pt Govt Health Insuranc"
_column(122)   int   VCF0809  :VCF0809  %1f    "R Position 7pt Govt Guaranteed Jobs"
_column(124)   int   VCF0830  :VCF0830  %1f    "R Position 7pt Aid to Blacks Scale"
_column(126)   int   VCF0838  :VCF0838  %1f    "When Should Abortion Be Allowed by"
_column(128)   int   VCF0839  :VCF0839  %1f    "R Position 7pt Govt Services/Spendi"
_column(130)   int   VCF0843  :VCF0843  %1f    "R Position 7pt Defense Spending Sca"
}