First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
Gap statistic for clusters
it turns out that the algorithm behind Gap Statistic doesn't require much time on the resampling The sufficient statistic for the resampling is the min/max of each variable. For method 1, you just sample 10000 uniformly distributed r.v N times on the range of [min, max], and for method 2, one more step to apply th... 6 Feb 2010 18:31
Cannot load SSL support
Hi Team, I have an excel sheet with a list of 50 page URLs for which I am trying to extract the page titles from the HTML code of each page. This is a secure site and I would have to pass it through authentication. Can I get all the titles in one shot? filename blah url 'http://www.xyz.com/' user="myuserid" ... 9 Feb 2010 18:33
Repeat Steps >1 Data Set
Hello, Can someone suggest SAS logic for the following I have a data set , say DataSetA I will perform several data steps , which Includes Loop , Sort , Proc Freq …etc Once all steps are done with the DatasetA , I need to perform the very same steps for DatasetB Later , I will have to combine the outputA ( f... 5 Feb 2010 17:19
Append updated Value at the end of the Excel Sheet
Hello Group, I want to append the live Stock data at the end of my excel sheet each time its run, which is scheduled to run after every 10 minute. I want the updated value to be appended after prev value. Where does proc append fits in here ? ... 5 Feb 2010 17:19
How to surpress log statement: "NOTE: ABSGCONV convergence
--- On Thu, 2/4/10, Church <H.J.Plat(a)UVA.NL> wrote: From: Church <H.J.Plat(a)UVA.NL> Subject: How to surpress log statement: "NOTE: ABSGCONV convergence criterion satisfied" To: SAS-L(a)LISTSERV.UGA.EDU Date: Thursday, February 4, 2010, 11:34 PM Hi, I'm running many simulations, each of ... 5 Feb 2010 13:56
X-axis value names font size in SAS 9.2
Are you in Windows? If so, maybe you should try SASEMF driver instead of CGM driver, which has much better font control. On Fri, 5 Feb 2010 16:41:58 +0100, Joakim Englund <joakim.englund(a)GMAIL.COM> wrote: Hi, I'm using proc gchart to produce .cgm files which I input into word using a data _null_ step. I... 5 Feb 2010 13:56
Informat "05.02.2010 17:10"
Dear list, =20 Which datetime informat do I have to use in this case: =20 05.02.2010 17:10 =20 Best regards =20 Stefan ... 5 Feb 2010 12:49
Informat "05.02.2010 17:10"
Try ANYDTDTM. data _null_; informat dt ANYDTDTM.; input @1 dt ANYDTDTM16.; format dt DATETIME.; put dt=; datalines; 05.02.2010 17:10 ;;;; run; This doesn't work properly on my machine as my PC interprets it as MDY, not DMY, but I believe that is an NLS setting and may work on your machine. I also don't... 5 Feb 2010 13:56
Titles and footnotes on every page using proc report and ods rtf
Hi, I'm using ods rtf and proc report to export tables to word. I want to have the titles and footnotes occurring on every page of the word document. How can I do this? KR, Joakim ... 5 Feb 2010 12:49
Ordered option in DECLARE HASH
The options are ascending, descending and undefined. I want them returned in the order I put them in, similar to ORDER=DATA. ordered: 'option' Specifies whether or how the data is returned in key-value order if you use the hash object with a hash iterator object or if you use the hash object OUTPUT method. o... 5 Feb 2010 11:39
First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125