First  |  Prev |  Next  |  Last
Pages: 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
PROC LOGISTIC Error - All observations have the same response
Do you get the same error when you code up the model statement in events/trail format? I don't get an error with code attached here: data test; input group event count; datalines; 0 379 1000 1 376 1000 2 405 1000 3 338 1000 4 338 1000 ;; run; proc logistic data=test descending; class group ... 20 Oct 2009 12:15
Slow Launch Time for 9.2 on Windows XP SP3
> From: Matthew Pettis Sent: Tuesday, October 20, 2009 11:04 AM Subject: Slow Launch Time for 9.2 on Windows XP SP3 Hi All, I recently upgraded to SP3 for Windows XP, and now it takes ~5 minutes for SAS to launch. Has anybody else experienced anything else like this? If so, do you have a... 20 Oct 2009 16:44
Slow Launch Time for 9.2 on Windows XP SP3
Hi All, I recently upgraded to SP3 for Windows XP, and now it takes ~5 minutes for SAS to launch. Has anybody else experienced anything else like this? If so, do you have any solutions? Before, it launched on the order of 5-15 seconds. Thanks, Matt Here is the log from startup: NOTE: Copyright (c) 20... 20 Oct 2009 12:15
GCHART
Mike, Your code does not do what I want. What I am looking to do is... 1 1 2 2 3 3 4 4 5 5 6 6 7 7 so there are two bars per tick reflecting the group with percentages above the bars. Hopefully that better explains what I am looking to do. ... 19 Oct 2009 15:17
Proc Import Excel 2007 with SAS 9.2
How can one export a SAS file to Excel 2007? Essentially unlimited columns and rows unlike previous Excel versions. R Hoskins WA State DOH ... 19 Oct 2009 15:17
SAS recipe for end-to-end workflow?
That is pretty easy with SAS/AF and SCL. I use a skeleton that remains essentially the same structure-wise for basic/everyday programs and for more advanced multi-thread/multi- application integrations. The classnotes will be posted, chapter by chapter, on KeyStoneSUG.com starting this week. Keep in mind that ... 19 Oct 2009 16:25
Replace . by 0
Use an ARRAY statement and a DO loop. Dennis G. Fisher, Ph.D. Professor and Director Center for Behavioral Research and Services California State University, Long Beach 1090 Atlantic Avenue Long Beach, CA 90813 tel: 562-495-2330 x121 fax: 562-983-1421 -----Original Message----- From: SAS(r) Discussion [... 17 Oct 2009 23:51
calculating an exact standardized mortality ratio (SMR)
Has anyone operationalized Liddell's exact SMR from his '84 paper? Liddell FD. Simple exact analysis of the standardised mortality ratio. Journal of Epidemiology and Community Health 1984;38:85-88. I need to operationalize his formula for confidence limits when observed events are < 15 (p.86), which uses valu... 16 Oct 2009 14:07
Logistic regression output question
I am running a logistic regression with provider intervention as dependent variable=2C and a range of demographic variables = as independent variables. I use domain or subpopulation analysis so that I get separate analyses for persons with normal weight=2C and persons with above normal we= ight. I am wondering ab... 16 Oct 2009 10:46
Which SAS product am I running?
Dear Colleagues, Is there an automatic macro variable (something like SYSVER or SYSVLONG) that will tell me which SAS product I am executing on? E.g. I'd like to know whether I'm running on Enterprise Guide, DI Studio or "classic" SAS? Thank you, Winston -- Winston Groenewald --- An adult dove crashed ... 16 Oct 2009 03:06
First  |  Prev |  Next  |  Last
Pages: 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177