On Tue, 22 May 2007, [EMAIL PROTECTED] wrote: > Do I miss here something? >
Yes. > > 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") > >From ?load Value: A character vector of the names of objects created, invisibly. So d is correct. Try ls() to find the loaded data. -thomas ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.