Hi all,
I use STATA 17 and I do like the "codebook, compact" command to generate a log-file with informations of the dataset.
I need the complete variablenames but I could not prevent stata to abbreviate the variablenames.
I tried for example:
set linesize 220
set varabbrev off, permanently
preserve
log using "desc.log", replace
novarabbrev codebook, compact
log close
restore
but it produce this lines
Variable Obs Unique Mean Min Max Label
---------------------------------------------------------------------------------------------------------------------------------------------------------------
stid 1180 1180 9.91e+07 9.91e+07 9.91e+07 ID_Nr
bl_sex 1180 2 .5805085 0 1 Sex
bl_age 1180 8 17.26525 14 21 Age / Years
bl_age_det~l 1180 878 17.84245 14.09993 22.03422 exact Age / Years
with this (underlined and bold) abbreviations.
Thanks in advance,
Frank
Related Posts with "codebook, compact" with complete names of variables?
Problem with creating followup time for survival analysis accounting for disease, death and migrationHello! I would need some help with the coding of my stset for survival analysis. I have a population…
insert page break when appending output into a .tex file with -esttab-Dear all, a question on a general problem with no specific reference to particular data. Suppose y…
Removing Leading and Trailing SpacesConsider the following full worked example Code: import delimited "http://qed.econ.queensu.ca/jae/d…
Fixed effect model for hospital and patietn level data (really need some help)Hi, I am exploring a dataset of patient data from 20 hospitals for 3 years. Among which 9 hospitals…
weighting variables before collapsing survey data in STATAHello everyone, I am using 4 rounds of a labor force panel survey for the years (1998, 2006, 2012 a…
Subscribe to:
Post Comments (Atom)
0 Response to "codebook, compact" with complete names of variables?
Post a Comment