Dear Users,
Could you help me on the following querry.
I have three columns of data points. I want to fit all the statistical
distributions to these data points & would like to know which distribution
best fits my data.
I want to know how to proceed with that in S-Plus as i am a new user of
S-Plus 7.0
Any help on the above querry will be appreciated.
Thanks & Regards
John
Statistician
----- Original Message -----
From: "Chen,Sichong" <sichong.chen@postgrad.manchester.ac.uk>
To: <s-news@lists.biostat.wustl.edu>
Sent: Thursday, June 29, 2006 4:36 AM
Subject: [S] Help with the data manipulation
> Dear User
>
> Could you be so kind to help me with this question.
>
> I have data set (11*3) like this:
>
> 1001 19950101 123
> 1001 19950102 234
> 1001 19950103 345
> 1002 19950101 1234
> 1002 19950102 2345
> 1002 19950103 3456
> 1002 19950104 4567
> 1003 19950101 12345
> 1003 19950102 23456
> 1003 19950103 34567
> 1003 19950104 45678
>
> I would like to transfer it to
>
> 1001 1002 1003
> 19950101 123 1234 12345
> 19950102 234 2345 23456
> 19950103 345 3456 34567
> 19950104 NA 4567 45678
>
>
> 1001, 1002, 1003 could be column names, or just ignore them as they are
used
> to identify which column the data should be allocated.
>
> Function merger is unlikely to be used in my case because I have thousands
> of blocks, which means from 1001 to 7000.
>
> Any suggestion is appreciated.
>
> Many thanks,
> Sichong
> SPlus 7.0 & FinMetrics 2.0 User
> Windows XP
>
>
> --------------------------------------------------------------------
> This message was distributed by s-news@lists.biostat.wustl.edu. To
> unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
> the BODY of the message: unsubscribe s-news
>
|