Bookmark and Share

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]

st: Need help with combing observations by using by: command along with subscripting


From   Michael Stewart <[email protected]>
To   [email protected]
Subject   st: Need help with combing observations by using by: command along with subscripting
Date   Wed, 6 Feb 2013 12:12:29 -0500

Hi,

I need help with following data where I am trying to combine
observations for each patient

PATIENTno   dtbirth	  medicalrecordnumber	accountnumber
    1	          8/10/1907	    1111111	
    1	           .			                                    dddddddd	
   2	         12/14/1910	   222222222	
   2	             .			                                     eeeeee
   3	          4/16/1914	    33333333	              rrrrrrr


PATIENTno,medicalrecordnumber & accountnumber -->STRING format

dtbirth-->%td format


I need to combine row one and row two for patient 1 so that resultatnt
row will have information from both rows one and row two

I tried to use subscripting as follows

bysort PATIENTno dtbirth: repalce medicalrecordnumber= medicalrecordnumber[_n-1]

then all values for the medicalrecordnumber are turning to blank spaces

I also tried bysort PATIENTno dtbirth: repalce medicalrecordnumber=
medicalrecordnumber[1] but it didnt work either.

Can you please help.

--
Thank you ,
Yours Sincerely,
Mike.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index