Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: codebook
From
Maria Fleischmann <[email protected]>
To
[email protected]
Subject
Re: st: codebook
Date
Wed, 18 May 2011 16:58:35 +0200
If I understand your question right, you would like to label your
variable 'twomand' with the label 'DUMMY VARIABLE FOR FEDERAL...'. Is
this what you'd like to do?
If so type:
label var twomand "DUMMY VARIABLE FOR FEDERAL DEPUTIES THAT APPEAR
TWICE IN THE DATASET"
-codebook twomand- will now show the label of twomand.
Maria
On 18 May 2011 16:43, Daniel Marcelino <[email protected]> wrote:
> Dear all,
> I got a codebook that vars are presented in the following example. My
> doubt is how can I do Stata shows The capitals letters line after
> second dashed line. It is stupid think but is intriguing me since the
> morning, because that explain line is not label var attribute, nor a
> note var. So, how can I input this things in a data var?
>
> -------------------------------------------------------------------------------
> twomand (unlabeled)
> -------------------------------------------------------------------------------
> DUMMY VARIABLE FOR FEDERAL DEPUTIES THAT APPEAR TWICE IN THE DATASET.
>
> type: numeric (float)
>
> range: [0,1] units: 1
> unique values: 2 missing .: 0/1228
>
> tabulation: Freq. Value
> 534 0 APPEAR ONCE.
> 694 1 APPEAR TWICE.
>
> -------------------------------------------------------------------------------
>
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/