Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: counting


From   "Andreas Aschbacher" <[email protected]>
To   [email protected]
Subject   st: counting
Date   Wed, 29 Sep 2004 14:51:29 +0200 (MEST)

Dear fellows !
following question was arising this day- therefore please excuse
that I "need" quick help :
----------------------------------------------------------------
I have d0 as variable-name for one column of my data :
I use the following in a do-file:

local i = 1
while `i' < 10000 {
        count if d0 >= `i' & d0  < `i' + 1
        display
        local i = `i' + 1
}
 
-> and I get in my logfile ->
  .....
   22

   27

   47

   67

   63

   84

  116

  195
.......  
 ->  always with empty lines between !!!
 ->  but I want to get the following :
  1.5   22
  2.5   27
  3.5   47
  4.5   67
  5.5   63
  6.5   84
  7.5   116
  8.5   195
  ..
  ..
 9999.5 12
: with no emty lines between and in first column numbers ascending from 1.5
to 9999.5 with step 1.
please "quick" advice how to bring the two resulting columns automatically
in excel-Sheet,for example in first and second column.is this possible ?
I was not successful with outsheet.

sincerely,aschbacher andreas



-- 
+++ GMX DSL Premiumtarife 3 Monate gratis* + WLAN-Router 0,- EUR* +++
Clevere DSL-Nutzer wechseln jetzt zu GMX: http://www.gmx.net/de/go/dsl

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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