First  |  Prev |  Next  |  Last
Pages: 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
Reference line on PROC GCHART output
You could expand the scope of your efforts by exploiting annotate and/or templates which would make your task quite simple. With templates for example, you could generate two different vertical bar charts (two differen= t invocations of Proc Gchart) and put them in appropriately designed template panels--one for ... 22 Sep 2009 12:54
Editing existing dataset using PROC IML.
Hi, I've been trying to add a new variable to an existing data set using proc IML, but I always recieve the following error: ERROR: <Variable> is not in the scope of variables for the data set. This is the code I've been using, and the error comes after the "append" command. proc iml; use mydata; read al... 18 Sep 2009 21:17
Binary files using C
Hi, How can we write an array of integers with range of values from 0-128. I want to write them in a binary file with each element occupying 8 bits (1byte). Any hints or suggestions? ... 21 Sep 2009 12:17
Proc Surveyselect
Hi All, I am trying to recode a likert scale question (1-9 responses) and must change response 7 to response 8. But the number of responses that must be changed should be 10% of the sum of the frequency of 8,9 for each variable.(Top two box) I am dealing with 40 variables at a time and must do this moving of ... 30 Sep 2009 13:31
is there any put and input options ??????????
hi all i as per my knowlege i knew abut input and put statements and functions i would like to know is there any put and input options ?????????? thanks in advance ... 18 Sep 2009 21:17
very urgent plz help me ( Looping concepts IF statment in SAS)
For every year we need to change this below code if the project will starts in 200412, i need automation code if possible please help me ... * note new project begins with 200412 ; if closym = &repYM then p104_m1 = '1' ; if 200905 <= closym <= &repYM then p104_m3 = '1' ; *3-month rolli... 21 Sep 2009 09:59
How to Run Proc Freq
Hello all, %Macro Frq(Arm = , Arm_t = ,In = ) ; Proc Freq Data = Val_adsl_ae1(Where = (&Arm. )) Noprint ; Table &In. /Binomial (Level= '1' ) ; Output Out = est2_t1 (keep = XU_BIN XL_BIN) Binomial ; Run; Data est2_t1; Set est2_t1; Arm_t= "&Arm_t." ; Run; Proc Transpose Data = est2_t1 Out = &I... 17 Sep 2009 18:08
Proc Binomial Error
Because you didn't install StatXact? --- On Thu, 9/17/09, SAS_learner <proccontents(a)GMAIL.COM> wrote: From: SAS_learner <proccontents(a)GMAIL.COM> Subject: Proc Binomial Error To: SAS-L(a)LISTSERV.UGA.EDU Date: Thursday, September 17, 2009, 1:10 PM Hello all, Would anybody know why SAS EG on Unix is givi... 17 Sep 2009 14:45
Whats the best way to run SAS program automatically?
Hi, Whats the best way to call SAS programs automatically by external programs? Any sample programs? Michael ... 17 Sep 2009 15:52
Model selection in "proc mixed"
Hi, There are numerous examples for using model selection (AIC, etc.) to select the best covariance structure for "proc mixed" models. However, I am interested in ranking models with different fixed effects (not nested). It is my understanding that the REML procedure cannot be used for model selection unless t... 16 Sep 2009 20:52
First  |  Prev |  Next  |  Last
Pages: 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183