legend in sgplot Dear all, sgplot automatically shows up the legend in the output of the graph. Say in my plot, there are 3 lines, total, female, male. What if in the legend, I only want the legend for female and male, but suppress the legend for total? Thanks and Regards Fred ... 16 Mar 2010 03:32
Predictive Analytics for Business, Marketing and Web 2010 Hi all, Our training seminar on predictive analytics is coming three times during 2010: April in NYC, May in San Jose and October in San Francisco. This is an intensive training for analysts, marketers, managers and business professionals to make actionable sense of customer data by predicting buying behavior,... 15 Mar 2010 18:08
Paired T-test in SAS Hello, I have a data set similar to the following: dummy NJ NH 0 3 7 0 7 8 0 6 9 1 4 6 1 5 7 1 6 3 proc ttest data=sum; paired nj*nh; run; I would like to do a pai... 16 Mar 2010 16:14
how to produce color output for "ods graphics"? I would like to channel output from the "ods graphics" statement to an pdf file, but found that the output graphics are grey-scale. On the other hand, the html output does have color. Please see the code below. BTW, I am using SAS 9.1.3. Does anyone know a way to get this around? Thanks! Gang ods html; od... 16 Mar 2010 13:56
DDE and macro recall Hell again, I'm still working on the same DDE project, but now am trying to implement a macro in order to create all the different excel spreadsheets I need. I'm having a little trouble with the double quotes associated with DDE syntax. Below is my code, but instead of the name of the spreadsheet being saved a... 16 Mar 2010 15:05
data manipulation I want to convert data have to data want with new variable ndate created in such a way that for each sub if param = XXXX then the corresponding date should be put in ndate and retained till it sees another param = XXXX but if there is no param = BILITOT between param = XXXX then the first date should be retaine... 15 Mar 2010 13:28
SAS Command Line Options/Parameters? Can anyone send me a link for all the options and parameters I could set when I am running SAS on batch mode. For example sas whatever.sas -log ".../whatever.log" -linesize 90 and so on. I tried Google search but couldn't think up the correct keyword to yield any result. I am especially interested in som... 15 Mar 2010 02:26
Can SAS do text parsing from a news search engine (like Factiva and LexisNexis ) like PERL On Mar 14, 6:02 pm, CC <chchanghe...(a)gmail.com> wrote: Hello dear all, Just a general question regarding text parsing using SAS. As we all know that PERL is kind of powerful about parsing text. If I would like to do the same kind using SAS. i.e. search a specific term from a website or a news... 15 Mar 2010 01:21
Can SAS do text parsing from a news search engine (like Factiva and LexisNexis ) like PERL Hello dear all, Just a general question regarding text parsing using SAS. As we all know that PERL is kind of powerful about parsing text. If I would like to do the same kind using SAS. i.e. search a specific term from a website or a news search engine (like Factiva and LexisNexis ) for a certain period, ... 14 Mar 2010 22:05
Can SAS do text parsing like PERL on a website or news search engine Hello dear all, Just a general question regarding text parsing using SAS. As we all know that PERL is kind of powerful about parsing text. If I would like to do the same kind. i.e. search a specific term from a website for a certain period, then, count how many times it shows up in different articles during... 14 Mar 2010 19:52 |