You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.
Hi all, data k1; input x1 x2; cards; 1 2 3 4 ; run; data k2; input x1 x2; cards; 5 6 7 8 ; run; like this I have more than 20 data sets...with each data sets...
Hi, Here is the way to read it: The following PROC CONTENTS code displays the contents of the audit trial file: proc contents data=mylib.mydata (type=audit); ...
Thanks Dan. its working fine on partial data. Now i am executing query on complete data and i will compare the time difference between data procedure and sql. ...
Hi Kishore, In your proc sql program u r adding row but not column. The following program will add column to your data set and set value 786. data k1; input x1...
Hi Guys!! Its quite difficult for me to put my problem in words. If I use Proc Freq tables statments then I can have only 2 way tables. For example, proc freq...
I am giving my M. SC ( IIT-JAM ) papers for M.Sc Statistics.. Please help me if anyone knows where I can get the previous questions papers... Also I am...
In case anyone is interested, I have found the solution to my question. You can follow below.. Good luck ________________________________ From: Don Lien Sent:...
Rajesh, What type of teaching materials do you have? Isaac "Things may come to those who wait, but only the things left by those who hustle." -- Abraham...
Hi all, Please suggest me some good book on 1. Survival analysis and 2. Sample size calculation in Clinical trial Thanks in advance. Regards, Madan Kundu...
Hi zorrwarr, By using Proc tabulate we can do this..with my knowledege data sri; input a b c d; datalines; 1 2 3 4 2 3 4 4 1 2 3 4 ; run; proc tabulate; class...
hi group members, i am pasting a output result of cluster analysis(hierarchical), my query is that in spss after using cluster tech. the cases which define on...
Hi Issac, I have some material regarding factorial designs,sample size and regression. Take Care Isaac Dialsingh <consult@...> wrote: Rajesh, What type...
Hi Group, There is an opening at Karvy Global Services for analyst. Those interested may contact Suvendu Tripathy --> 09866079223 The opening is at Hyderabad....
Note: forwarded message attached. ... Yahoo! India Answers: Share what you know. Learn something new Click here Send free SMS to your Friends on Mobile from...
Dear all, I've been trying to get this paper: "Nakagawa, S. and Niki, N. (1992) Distribution of the sample correlation coefficient for nonnormal populations,...
Hi All, Can any body plz recommend which software is good and easy to learn for data mining. I am trying xlminer (trial) which is ending in few days. Hoping to...
Dear Mukesh define the variable as string and width of the string as 30 it will solve the problem sanjib meitei Send instant messages to your online friends...
Hi Madan, An excellent book for sample size calculations is "Sample Size Tables for Clinical Studies" by David Machin, Michael Campbell, Peter Fayers, Alain...
Well it depends on how much you are willing to pay! Cheaper ones may not be as user-friendly as the most expensive ones! SAS Enterprise Miner, SPSS Clementine,...
Hai, I done MSC statistics in 2002. But i have no experience in any statistical field. But i my aim is to be settled as a statistican. So, please any one...
Hi! You can try the free research purpose version of Weka. The link: http://www.cs.waikato.ac.nz/ml/weka/ hope it will work. The best is SAS Enterprise Miner...