> It seems that the function list(data) where data= a data frame object is
> not working as in the previous
> Splus versions.
Thus is a bug in the printing of data frames embedded in lists. The data
are not affected, and remain numeric. Other than this bug in printing, the
behaviour is unchanged from S-PLUS 2000. Further information at:
http://www.insightful.com/support/spluslatest/viewthread.asp?tid=246
We've fixed this bug internally, and the fix will be in the next release.
# David Smith
--
David M Smith <dsmith@insightful.com>
S-PLUS Product Marketing Manager, Insightful Corp, Seattle WA
Tel: +1 (206) 283 8802 x360
Fax: +1 (206) 283 0347
Learn how Merck, Proctor & Gamble, Merrill Lynch and others are using
S-PLUS, deploying Web-based analytics and more at the 2001 S-PLUS User
Conference being held in Philadelphia, October 18-19 -
www.insightful.com/events/2001uc.
> -----Original Message-----
> From: s-news-owner@lists.biostat.wustl.edu
> [mailto:s-news-owner@lists.biostat.wustl.edu]On Behalf Of
> enkelejd.hashorva@azgrp.ch
> Sent: Friday, September 21, 2001 07:40
> To: s-news@lists.biostat.wustl.edu
> Subject: [S] list() in Splus 6.0
>
>
> Dear All
>
> I am using Splus 6.0 for Windows NT.
>
> It seems that the function list(data) where data= a data frame object is
> not working as in the previous
> Splus versions.
>
> Here is an example:
> > list(data.frame(matrix(0, 2, 2)))
> [[1]]:
> X1.1 X1.2
> 1 "0" "0"
> 2 "0" "0"
>
> Is it possible to get instead
> > list(data.frame(matrix(0, 2, 2)))
> [[1]]:
> X1.1 X1.2
> 1 0 0
> 2 0 0
>
>
> Thanks in advance
>
> Enkelejd Hashorva
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Allianz Suisse
> Aktuariat Pricing Sach/Vermoegen
> Laupenstrasse 27 (P AK),
> CH-3001Bern
>
> Tel: (G) +41 31 384 5528, Fax (G) +41 31 384 4572
> E-Mail: enkelejd.hashorva@azgrp.ch
> http://www.allianz.com/
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> ---------------------------------------------------------------------
> 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
|