Since 4/5/2012 6:41:04 AM, uralva has written 9 articles and participated in 0 conversations. uralva signature: uralva
uralva's articles:
Items(9) /1
Re: SAS, Mac & VMWare Fusion #2021 (3/9/2010 6:36:55 PM) comp.soft-sys.sas Deborah, I am running SAS 9.2 on my MacBook via VMWare. My machine runs OSX(10.5) and Windows7. Before I had it on Vista through VMWare with the whole thing partitioned into two sides and it was horrible, I ... uralva
Re: modeling time series data using Generalized Linear Model in028 (3/8/2010 10:15:42 PM) comp.soft-sys.sas Ming, I don't know very much about R, but I have done glm for mv longitudinal data. This is a good book for theory: http://www.amazon.com/Applied-Regression-Analysis-Multivariable-Methods/dp/0495384968 I think... uralva
Re: calculating variables across repeated ids #6019 (3/8/2010 7:27:42 PM) comp.soft-sys.sas Oops, meant to include sas-l.... > Ok this code gives me this output for id=3D3 (others are correct) (i'd tw= eak > it myself if I had the vaguest clue about sql): > > > > ID SAM ... uralva
Re: calculating variables across repeated ids #4014 (3/8/2010 6:58:22 PM) comp.soft-sys.sas Very close, when I try to add a line to keep missing data =missing, I get the same results (CORR3_SER1=0 INSTEAD OF .). Lot to learn about sql. I added a third person below to simulate missing data (which the... uralva
calculating variables across repeated ids7101 (3/8/2010 5:14:41 PM) comp.soft-sys.sas **Intro
First, thanks To Ron for posting the SAS-L wiki this morning- very helpful!
I too am relatively new to posting at the listserv but have enjoyed reading
for a while. I'm a guest researcher at CDC an... uralva
Re: importing from Excel #2018 (3/4/2010 4:47:57 PM) comp.soft-sys.sas For what it's worth, I import large excel spreadsheets into SAS weekly and since I started saving as csv file for importing, any problems with import have all but disappeared. The Excel to SAS transfer does no... uralva
Re: array for first date #5025 (3/3/2010 6:07:29 PM) comp.soft-sys.sas Thanks Mike! All these solutions are so helpful. Thanks for distinguishing within from accross with respect to arrays, that makes sense. I do have a LOT of inner-interleaving to do with this data so cheers f... uralva
Re: array for first date #3026 (3/3/2010 5:05:52 PM) comp.soft-sys.sas Thank you Nat, I will take all the SAS ideas I can get - still wrapping my head around arrays (should not have stuck my head in the sand the first time I encountered them). This dataset will require many of th... uralva
array for first date6126 (3/3/2010 4:18:56 PM) comp.soft-sys.sas Hi all,
I have a repeated measures dataset (6 measures on each pt) where I need to
capture the date of first event.
The layout of what I have looks like this for a typical pt:
ID SAMPLE SAMPLE_DATE EV... uralva