First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Multiple windows to multiple homes
Hi All, Q: Is it possible to have SAS open up its multiple windows in _different_ workspaces? I should note that I am running Linux and that in linux SAS opens up 6 windows, I forget what happens when SAS opens its windows in Windoze. What I would like to have is the 'Explorer' and 'Program Editor' and 'Toolbar'... 12 May 2010 18:05
pre and post comparison with proc ttest paired
I am comparing pre and post dependent matched patients samples. However, I need to compare more than 1000 peaks. If I use the following codes to do the paired t test, that means I need to create more than 1000*2 variables first. Is that possible not to create so many variables? Can we do similar thing in independ... 12 May 2010 16:58
GJR model in SAS - Help!
Hey everybody I'm trying to make a GJR model in SAS but I can't seem to get it to work. Do any of you have the code on it, and if you do could you comment on it? I really want to learn but I just can't seem to figure it out. I do appreciate any help you could give me! best regards -Fake ... 12 May 2010 14:43
Inflated point estimate from logistic regression
I'm running a logistic regression in SAS and I am getting two inflated point estimate. What might be causing this problem. Any thoughts/ suggestions on how to fix this problem would be appreciated. -Thanks. Analysis of Maximum Likelihood Estimates Standard Wald Pa... 16 May 2010 16:49
Is it possible to copy only Indexes from One library to other
On May 12, 6:01 am, Amar Mundankar <amarmundan...(a)gmail.com> wrote: Hi All, There are 2 libraries SD2 and PREV. I have copied all the datasets from SD2 to PREV using PROC DATASETS. I used the following code. PROC DATASETS LIB = SD2 NOLIST;         COPY IN = SD2 OUT = PREV; QUIT; I did not use... 13 May 2010 03:57
Get desired success with project management software
Today project management software is used by almost every company. It is a tool without which one can live. Doing business online and communicating with everyone in regards to the progress and requirements of the project would not have been possible without the help of project management software. I would like t... 12 May 2010 08:02
Is it possible to copy only Indexes from One library to other
Hi All, There are 2 libraries SD2 and PREV. I have copied all the datasets from SD2 to PREV using PROC DATASETS. I used the following code. PROC DATASETS LIB = SD2 NOLIST; COPY IN = SD2 OUT = PREV; QUIT; I did not use the MEMTYPE = option , so ideally it should copy DATA,VIEW and INDEX. Generally PROC DA... 12 May 2010 06:57
question about how to add records with zero counts
Hi all, I encountered a problem in my project. I use proc means to generate the frequency talbe like below. As you notice, when count is zero, the output statement in proc means will not produce the record. That is why there is no record for "Atlanta 2004M02 with Y" and "Dallas 2004M01 with N". And I have more... 12 May 2010 13:36
Help with count data in phreg (like SIMPLE)
Hi everyone, I have a very simple question. I am not knowing how to get simple count (how many had an event and how many did not in proc phreg). I know that you can use the command SIMPLE for means and standard deviations, but what about counts? when you run a simple phreg it only gives you how many had an event... 11 May 2010 16:46
number of Y's in a VARMAX model
Hello, I was wondering what the possible number of Y's would be for a vector time series model using VARMAX. I was trying one with 10 Y's and a 3 X's (with ~250 terms in each time series), and SAS appeared not to be able to handle it. What's a good working maximum? ... 11 May 2010 15:39
First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54