First
|
Prev |
Next
|
Last
Pages: 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
Model fit for ordinal multinomial models in GENMOD? Tobias, It is somewhat of a multi-step process, namely first determine if the cumulative logit model assumption is OK with LOGISTIC: PROC LOGISTIC DATA=indat; CLASS xvar / PARAM=glm; FREQ count; MODEL y = xvar / link=clogit ; run; Near the top you'll see: The LOGISTIC Procedure Score Test for the ... 18 Feb 2010 18:28
SAS/IntrNet not cleaning up sas.exe Hello: =20 We have an issue with our SAS/IntrNet. Over the course of the day, sas.exe processes accumulate until users start getting timeouts running the web applications (near the end of the day we have 30 or 35 sas.exe processes showing in Task Manager). We have to stop the services, delete all the sas.... 12 Feb 2010 13:27
The Long and Winding Road to SAS Global Forum 2010 Hi Mikeeee, I would be travelling about 17000 plus miles. Hope to catch your talk this year! ------Original Message------ From: Michael Raithel Sender: SAS(r) Discussion To: SAS-L(a)LISTSERV.UGA.EDU ReplyTo: Michael Raithel Subject: The Long and Winding Road to SAS Global Forum 2010 Sent: Feb 12, 2010 11:51 P... 12 Feb 2010 15:43
Error in Proc Export (ERROR: Execute: Unable to insert row : ) Hi all, While executing following code, I am getting error as : ERROR: Execute: Unable to insert row : What can be the reason???? Below is the CODE and LOG. CODE: LIBNAME SD2 "G:\AppData\InfoOne_SAS\adhoc\IMP\CV\SASDATA"; DATA TEST_PAY; SET SD2.FPR_ECS_DIST; WHERE substr(DISTRICT,1,4)= '4Z17'; RUN; ... 12 Feb 2010 03:18
Untitled hi all, anyone know where I can free download sas v9.1.3 or v9.2 for windows vista. Thanks. ... 12 Feb 2010 01:08
Age adjustment by zip code I want to create age adjusted death rates by zip code. Was hoping some code might be available to easily modify for my use. ... 11 Feb 2010 16:11
Join data horizontally I want to join data horizontally without any common columns replacing each other. I want to have the joined data set to have all the datasets side by side with each other. Data one; A B st 1 ts 2 Data two; A B C AR SE 44 TX SE 32 NY NE 30 Data three; Species Cost SW 32... 11 Feb 2010 11:39
Is there a better way to do this? I am looking to this group for suggestions to improve or suggest a better way to come up with a solution to my problem. Background: I have one record per icd9 code per patient id. I have a list of 50 icd9 codes that I need to see if the patient ever was diagnosed with that code by creating a new variable (0=no, ... 11 Feb 2010 06:06
PROC GREPLAY and BY lists Hi all, I have a set of CPU graphs for each one of my systems for the various engine= types: GPs, zIIPs and zAAPs (these are mainframes). I want to combine the= graphs for each system together on a single web page using PROC GREPLAY to= replay the plots on a single page but I can't see where PROC GREPLAY supp... 11 Feb 2010 06:06
Cleansing Character Hallo All, I have some problem to cleansing phone number with have special character suc= h= as (* =3F /). This is the example: Name Phone=09 John 0856554&4 Andri *878787%7 Sammy 7878$565 The Result that i want: Name Phone=09 John 0856554... 11 Feb 2010 00:39 |