First  |  Prev |  Next  |  Last
Pages: 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
Tabulate
Dear All: My portion of my data set is as follows: Date ID Var Mar1 A 1 Mar1 A 3 Mar1 A 10 Mar1 A 4 Mar1 A 5 Mar1 B 4 Mar1 B 5 Mar1 B 7 Mar2 A 2 Mar2 A 0 Mar2 A 3 Mar2 A 4 Mar... 14 Dec 2009 08:47
IRRC Governance year
In the IRRC Governance dataset, we can extract data of 90, 93, 95, 98, 2000, 2002, 2004 or 2006. A good approximation is to use 1990 info. for fiscal years 1990,1991,1992; 1993 info for fiscal years 1993, 1994 an so on. Does anybody have a good SAS program with which we could apply all the provision and Gindex vari... 14 Dec 2009 02:18
Genmod error in 9.2
Hi A while back I posted an error with genmod under V9.2 (see below) After a bit more investigation I have determined its to do with the amount of missing data in the class variables. If I exclude all the missing data with a where statement it works OK. There is a related SAS note about this here: http://support.... 14 Dec 2009 17:42
ODS options issue
Nuno, I think it's a bug that SAS never fixed (at least for 9.1). It will work if you change two of your statements: Change: ods html body="d:\results.html"; to ods html3 body="d:\results.html"; and Change: ods html close; to ods html3 close; HTH, Art --------- On Sun, 13 Dec 2009 11:4... 13 Dec 2009 14:17
Weights in Proc MI
Hello: I am trying to impute data using Proc MI and want to include sample weights. The "weight [varname]" isn't an option in Proc MI. Does anyone know how to include sample weights in Proc MI? Thanks, Andrea ... 14 Dec 2009 15:28
need help with the GLIMMIX for Goodness-of -fit
On Nov 17, 2:57 am, nou...(a)YAHOO.COM (knouri) wrote: Dear All:=0AI am trying to perform thegoodness-of-fitfor a multinomial (a=  3-category ordered) longitudinal response model in GLIMMIX (SAS ver. 9..1).= =0AI can not get residual plots and there seems to be no formal test for th= e deviance.=0AAlso, the=A... 12 Dec 2009 12:23
Question for very experienced SAS programmers
Hi, This isn't an easy question, actually it's very tough and I expect only very experienced programmers to know the answer. I'm trying to use the modulen function to let sas connect and use a dll. My dll takes as an input a pointer and an integer and returns a pointer. Here is the code of the dll that I called sas... 23 Dec 2009 19:39
Programmer Productivity using EE,
well, I think this might be called generation gap... I use plain text editor for programming in R & SAS, too On Fri, 11 Dec 2009 11:04:10 -0800, xlr82sas <xlr82sas(a)AOL.COM> wrote: Hi SAS-Lers, SOAPBOX ON I AM NOT AN EXPERT IN EG I feel we are at the end of an era in what I consider essential... 11 Dec 2009 19:09
time-to-event vs Age in PROC PHREG
Hello All: When is it appropriate to use age as the underlying time metric in a proportional hazards model (as opposed to using time-to-event)? I'm my event is cause-specific death. Though I'd still be interested if the event was 'cancer diagnosis'. Thank you! ... 11 Dec 2009 19:09
SQL and first. or last.
No, SQL does not process data in a way that works for FIRST and LAST. You can sometimes use MIN() and MAX() to work out first/last, if you have a secondary sort criteria. If you post your complete question/problem, there are a lot of different ways that this can be addressed, and the list would be able to sugges... 11 Dec 2009 18:03
First  |  Prev |  Next  |  Last
Pages: 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159