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/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|