Since 4/14/2012 3:15:45 AM, mytkolli has written 6 articles and participated in 5 conversations. mytkolli signature: mytkolli
mytkolli's articles:
Items(6) /1
Population Stability Index - PSI01735 (1/5/2010 6:43:03 PM) comp.soft-sys.sas Population stability index is a well known measure of the population
distribution shifts in marketing modeling. I was wandering if there is
anyone that knows/have seen some documentation/discussion on the
st... hansi_m
proc score output049 (11/6/2009 4:38:03 PM) comp.soft-sys.sas Is there any way to change the name of the name of the predicted target variable in the proc score output? More specifically, if you use proc score data=dts score=beta_dts out=newdts type=parms; var x1 x2; run;... hansi_m
month formating057 (11/5/2009 8:47:31 PM) comp.soft-sys.sas Hi I have a date stored in a macro variable: %let date='31Oct2009'd; I want to store the month in a new macro variable in a numeric format (like 10). Any ideas? Thanks, Hansi ... hansi_m
AIC, SBC, Logistic238 (5/4/2009 6:57:15 PM) comp.soft-sys.sas Hi, Does anyone know how to replace the _LNLIKE_ (the log of the likelihood function) with AIC and/or SBC in the outest datasets in a logistic regression (proc logistic). Thanks, HM ... hansi_m
minimum cost flow problem053 (12/5/2008 5:01:58 PM) comp.soft-sys.sas Has anyone tried to solve the minimum cost flow problem in SAS. More specifically, I do have a network with about 800K nodes and 5 ml arcs. I have capacities (low and high) and costs per each arc. I do have equ... hansi_m
k-s statistics255 (5/11/2007 7:04:37 PM) comp.soft-sys.sas Hi, Is there anybody to tell me how to calculate the standard deviation of K-S statistics? Thanks, Hansi ... hansi_m
mytkolli's replies:
Items(5) /1
Re: why infile much faster than proc import #5127 (2/4/2007 3:35:01 PM) comp.soft-sys.sas I never use proc import/export. I always roll my own code. My experience is that roll your own is faster and I can control what happens. Just wrapped up a gig where the client was shocked at how much faster th... SASL001(992)
Re: k-s statistics #3159 (5/15/2007 5:20:15 AM) comp.soft-sys.sas jonas.bilenas@CHASE.COM replied: > >On Fri, 11 May 2007 22:35:51 -0700, David L Cassell >wrote: > > >mytkolli@GMAIL.COM wrote: > >> > >>Hi, > >> > >>Is there anybody to tell me how to calculate the standard de... davidlcassell(5578)
Modeling Question #2443 (6/4/2007 4:16:26 PM) comp.soft-sys.sas I have a relatively straightforward modeling question that I was hoping to get some preliminary suggestions about (read: "I'm sort of a n00b"). I have some high level time series data for accounts--both dollar ... murphy.ben(51)
dropped leading zeros converting from char to num561 (6/14/2007 6:48:56 PM) comp.soft-sys.sas Hey, everyone. I'm trying to convert a three-digit char variable that contains only three digits into a three-digit num variable in a SAS 9.1 data step. When I make the conversion using something like data i... hoxiea(6)
Re: month formating131 (11/5/2009 9:15:57 PM) comp.soft-sys.sas %let month=%sysfunc(month(&date)); On Thu, 5 Nov 2009 12:47:31 -0800, hansi_m wrote: >Hi >I have a date stored in a macro variable: %let date='31Oct2009'd; >I want to store the month in a new macro variable ... ya.huang(1962)