s-news
[Top] [All Lists]

list() in Splus 6.0

To: s-news@lists.biostat.wustl.edu
Subject: list() in Splus 6.0
From: enkelejd.hashorva@azgrp.ch
Date: Fri, 21 Sep 2001 16:40:04 +0200
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/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<Prev in Thread] Current Thread [Next in Thread>