Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: Codebook frequencies notation


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: Codebook frequencies notation
Date   Tue, 5 Jan 2010 17:12:19 +0100

<> 

Apparently you cannot change the -format- here, but you can use -tab- or
-count- for this task:



*************
clear*
set obs 149013

gen byte m_a44=irecode(_n,0, 1394, 3235, 9550, 18843, 27708, .)
replace m_a44=. if m_a44==6
la var m_a44 "This class is organized in a way that helps students learn."

codebook m_a44

ta m_a44, m
cou if mi(m_a44)
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Kaganova,
Yevgeniya
Gesendet: Dienstag, 5. Januar 2010 16:59
An: [email protected]
Betreff: st: Codebook frequencies notation

Dear listers, I am using the codebook command. Is there a way that I can
get rid of scientific notation for big numbers here ( see an example
below)? Thank you. Jenya



------------------------------------------------------------------------
------------------
m_a44                          This class is organized in a way that
helps students learn.
------------------------------------------------------------------------
------------------

                  type:  numeric (byte)

                 range:  [1,5]                        units:  1
         unique values:  5                        missing .:
121305/149013

            tabulation:  Freq.  Value
                          1394  1
                          1841  2
                          6315  3
                          9293  4
                          8865  5
                        1.2e+05 .

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index