From: Al on 15 Dec 2008 14:31 Hi all, I am working on lab data ..and trying to create two macros one for change from baseline to end of visit and the other for shift in lab test values i have no clue where to start from , so can anyone direct me to link where i can find these macros so that i can use those ideas in my macro programs Thanks in advance
From: "./ ADD NAME=Data _null_," on 15 Dec 2008 14:53 Why do you think you need to write macros? Have you written any macros? Do you know how to write the necessary SAS code to produce these summaries? On 12/15/08, Al <ali6058(a)gmail.com> wrote: > Hi all, > > > I am working on lab data ..and trying to create two macros one for > change from baseline to end of visit and the other for shift in lab > test values > > i have no clue where to start from , so can anyone direct me to link > where i can find these macros so that i can use those ideas in my > macro programs > > Thanks in advance >
From: Nancy Brucken on 16 Dec 2008 02:39 To add to Data Null's thoughts here, have you considered summarizing your lab data using a BY-group processing, instead of looping through each parameter separately via a macro? It's a more efficient way to summarize the data, and easier to maintain, so less work for you. Hope this helps, Nancy Nancy Brucken brucken(a)provide.net On Mon, 15 Dec 2008 13:53:14 -0600, ./ ADD NAME=Data _null_, <iebupdte(a)GMAIL.COM> wrote: >Why do you think you need to write macros? > >Have you written any macros? > >Do you know how to write the necessary SAS code to produce these summaries? > > >On 12/15/08, Al <ali6058(a)gmail.com> wrote: >> Hi all, >> >> >> I am working on lab data ..and trying to create two macros one for >> change from baseline to end of visit and the other for shift in lab >> test values >> >> i have no clue where to start from , so can anyone direct me to link >> where i can find these macros so that i can use those ideas in my >> macro programs >> >> Thanks in advance >>
|
Pages: 1 Prev: PROC LOGISTIC options Next: How to save the slope of a regression model to a dataset? |