R-beta: Re: your mail
Peter Dalgaard BSA
p.dalgaard at kubism.ku.dk
Tue Oct 21 10:26:17 CEST 1997
"Gregory R. Warnes" <warnes at biostat.washington.edu> writes:
> R does not read the Splus data storage format. To transport objects
> between Splus and R, I've used dump() in Splus to save the object in a
> text file, and then use source() in R to read it in.
Yup. But be careful not to do it with objects that have a different
format in R. .Random.seed is a vector of length 3 in R but length 12
in Splus, for instance... So dump(ls()) is a bit risky.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
More information about the R-help
mailing list