Python 3.1 simplejson install3101 (1/29/2010 2:22:01 PM) comp.lang.python I am trying to install simplejson on Python 3.1 on Windows. When I do
'python setup.py install' I get 'except DisutilsPlatformError, x:
SyntaxError' with a dash under the comma.
Any ideas?
Dirk
... dirknbr
stats: indices and prediction618 (10/30/2009 12:15:39 PM) comp.soft-sys.sas this is a pure stats question. assume you have aggregated survey data where you want to analyse what predicts binary outcome y. you have many variables at your disposal but you can only count the case where the... Dirk
sum product028 (10/29/2009 1:28:47 PM) comp.soft-sys.sas I don't have IML but I want something quite simple. I have 6 vars and 2000+ obs. I want to compute a 6x6 matrix of sum of products between all 6 vars. I have tried proc distance but it didn't work. Dirk ... Dirk
read in words as rows016 (10/8/2009 3:40:41 PM) comp.soft-sys.sas I have a big text file with long rows and I want to read in each word on a separate line into 1 single variable. file: I have a big text file with long rows and I want to read in each word on a separate line ... Dirk
remove comma and quote from macro variable029 (11/24/2008 1:21:12 PM) comp.soft-sys.sas I have a macor variable which has quotes and commas %let i="dirk","paul"; How do I remove the quotes and replace the comma by a underscore? Thanks, Dirk ... Dirk
code location115 (11/17/2008 3:54:46 PM) comp.soft-sys.sas Hi Is there a way to get the file name and location of the SAS code while it's running (self-reference)? Dirk ... Dirk
Pseudo F in proc cluster017 (7/29/2008 10:12:59 AM) comp.soft-sys.sas I am doing some hierarchical cluster anaylsis and the pseudo F has a max at 2 clusters and declines from there onwards. This is quite strange, usually it increases. the CCC suggests a local maximum at 7 cluste... Dirk
MD5124 (3/10/2008 7:44:43 PM) comp.soft-sys.sas Here is an attempt to create the MD5 hash algorithm in SAS following the description from wikipedia. Good luck to anyone who wants to finish this, the basic problem is hex numbers. Dirk data start; j=3Dceil(_... Dirk
proc logistic, predict ordered018 (2/21/2008 10:34:42 AM) comp.soft-sys.sas Hi I want to predict a ordered categorical variable (1,2,3,4,5) and I have estimated the model with logistic. I want to derive out of sample predictions so cannot use any p= option. Below is my code, but this... Dirk
Competing Risks for Dummies420 (9/22/2008 4:13:12 PM) comp.soft-sys.sas Hello, A desperate newbie will greatly appreciate your help. First, let me try to identify my problem. I have a disease dataset where the response variable has 7 levels: 0 means "still alive" and 1-6 stands f... coreklenelim(8)
Sine function115 (9/26/2008 1:59:55 AM) comp.soft-sys.sas Dear all, I want to sine an angle (45 degree) in SAS, should the code be sin(45) in SAS, or it should be written differently? Many thanks. Rich ... richard.lee.boston(2)
Missing values #10131 (10/29/2008 12:59:52 PM) comp.soft-sys.sas Hello, how can I "output" only the line 374 and the column 151 please. thanks. here the log : 374 %pjopte(ENTREE=ACEIN64,SORTIE=ACEOUT,TAB=CNTNAUT); NOTE: Missing values were generated as a result of perfo... ramsamyashley(267)
varclus117 (10/29/2008 1:38:28 PM) comp.soft-sys.sas HI, I have a question about proc varclus. How do I see what this function does? I understand on a conceptual level what it does. But if I want to modify it how do I it. i.e how do i see the code for varclus. ... heenagd(155)
Re: code location213 (11/17/2008 7:52:14 PM) comp.soft-sys.sas > From: karma > > On 17 Nov, 15:54, Dirk Nachbar wrote: > > Hi > > > > Is there a way to get the file name and location of the SAS > code while > > it's running (self-reference)? > > > > Dirk > > %let FNAME = ... rjf2(3354)
stats: indices and prediction618 (10/30/2009 12:15:39 PM) comp.soft-sys.sas this is a pure stats question. assume you have aggregated survey data where you want to analyse what predicts binary outcome y. you have many variables at your disposal but you can only count the case where the... dirknbr706(71)
Logistic regression #13121 (11/23/2009 4:57:01 AM) comp.soft-sys.sas Hi, I am running a logistic regression with a binary response variable and many binary, continuous predictor variables and a treatment effect in my model. I have 2 treatment groups and i wish to get the "AVE... rkamalakar73(7)