[R] saving datafreame object problem

toby909 at gmail.com toby909 at gmail.com
Wed May 23 02:25:52 CEST 2007


Do I miss here something?


dtaa = 
read.table("http://www.ats.ucla.edu/stat/mplus/examples/ma_snijders/mlbook1.dat", 
sep=",")

head(dtaa)   # shows the data as it should be

save(dtaa,"dtaa",file="c:/dtaa")

d = load("c:/dtaa")

head(d)   # all data is lost, it only shows     [1] "dtaa" "dtaa"


Thanks for your hint on this.

Toby



More information about the R-help mailing list