Whitepaper - In-Memory Analytics Yellowfin has released its latest Business Intelligence Whitepaper, this time on "In-memory Analytics" * No signup or email handover required, just click the link or cut/ past into your browser. http://yellowfin.com.au/Document.i4?DocumentId=104879 Feel free to give us any feedback Extract As the name ... 26 Apr 2010 08:02
Generate AR(1) binary data I would like to generate longitudinally correlated data that follows an AR(1) correlation structure. If anyone in the group has code for generating AR(1) corrected binary data and is willing to share it will be greatly appreciated. Brian ... 21 May 2010 09:29
Confidence Limit for KS statistic Hi All, Does anybody know how to find confidence limits for KS statistic. I usually use KS statistic for measuring the effectiveness of logistic regression model and would like to know how to compare KS statistic from validation sample to the benchmark data. Thanks, Yogi ... 12 May 2010 18:05
modify data set for categorical analysis Dear all, I am sorry to bother you guys. To do categorical data analysis, I have to rearrange my raw data set. I have tried many methods, but was stuck here. My raw data set is as follows: Name Good P1 P2 P3 P4 P5 P6 P7 P8 P9 P10 Good, P1, P2, P3, P4, P5, P6, P7, P8, P9 and P10 are binary variables. If the ... 25 Apr 2010 21:12
Mean(x,y) vs (x+y)/2 Hi All, I am working with a scale that I need to average, (., 0,1,2,3,4). I set up a test using Mean(x,y) vs (x+y)/2. I am trying this approach because I would like the ability to weed out the missing data obs so they do not affect the averages. Maybe someone else can, but I can't tell whether the MEAN stateme... 25 Apr 2010 17:49
Creating a new variable using multiple overvations Dear All, I have a data which looks like this ID Status 1 1 1 2 1 2 1 2 2 1 2 2 2 2 3 1 3 1 3 1 If any ID has two consecutive "2" as their status anywhere, then that person would be a case. I want a new variable which can give me the case=1 and controls(those who to not have two conse... 24 Apr 2010 18:20
MACROS IN SAS. Hi Der do we need to do something to a macro if we have written it newly in SAS. %macro volsla; Select; When (Storgrp eq 'DB2SRTD') SLA_Util = 92; When (Storgrp eq 'DB2SRTP') SLA_Util = 98; When (Storgrp eq 'OPSNSRDF') SLA_Util = 60; When (Storgrp eq 'OPSPRIME') SLA_Util = 90; When... 23 Apr 2010 21:00
Help on Creating single observation from multiple observations Hello All, I'm trying to create single observation from multiple observations and i'm lost, any help on this is highly appreciated. This is my sample data: data test; input case $ claim $; cards; 1000 0238755656 1000 5464313565 1000 8536139709 1001 1111222233 ; For a "case", i have multiple claims.... 24 Apr 2010 10:31
Clear All Hi All, Is there a way to clear all the information that was generated by the 'last run'. Is it possible to set up an icon or use a command that will clear the Output, Results, and Log windows after a run? Cheers, M ... 23 Apr 2010 21:00
macro parameter withing the variable while using into or call symput I need to use proc sql into function OR call symput to define a macro variable. But this has to be done within a macro. So the macro variable being created has a macro parameter within it. I am unable to do this. Can this be done by any other method? %macro test (ds1, ds2, idno); data &ds1.; ... 23 Apr 2010 21:00 |