|
Dear all,
New to R. I'm reading Ripley's book of "Modern Applied Statistics with S-PLUS". It says that the objects will be stored in the .Data sub-directory of current working directory. I have searched around in my system and can't find such dir. Any ideas? -- Leon ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html |
|
This is a FAQ.
http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-are-the-differences-between-R-and-S_003f On 3/19/06, Leon <[hidden email]> wrote: > Dear all, > > New to R. > > I'm reading Ripley's book of "Modern Applied Statistics with > S-PLUS". It says that the objects will be stored in the .Data > sub-directory of current working directory. I have searched around in > my system and can't find such dir. Any ideas? > > -- > Leon > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html |
|
Thank you for pointing out. For the archive, R stores the objects in
.RData file, usually in ~/.RData. "Gabor Grothendieck" <[hidden email]> writes: > This is a FAQ. > > http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-are-the-differences-between-R-and-S_003f > > On 3/19/06, Leon <[hidden email]> wrote: >> Dear all, >> >> New to R. >> >> I'm reading Ripley's book of "Modern Applied Statistics with >> S-PLUS". It says that the objects will be stored in the .Data >> sub-directory of current working directory. I have searched around in >> my system and can't find such dir. Any ideas? >> >> -- >> Leon >> >> ______________________________________________ >> [hidden email] mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >> > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > -- Leon ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html |
|
In reply to this post by Leo-11
FYI:
1. That book has two authors. 2. That book is currently in 4th edition. The title of the fourth edition is slightly different, to reflect the coverage of R. You are probably reading an older edition (you didn't say), which does not cover R. In that case you should consider `upgrading'. Andy From: Leon > > Thank you for pointing out. For the archive, R stores the > objects in .RData file, usually in ~/.RData. > > "Gabor Grothendieck" <[hidden email]> writes: > > > This is a FAQ. > > > > > http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-are-the-differences- > > between-R-and-S_003f > > > > On 3/19/06, Leon <[hidden email]> wrote: > >> Dear all, > >> > >> New to R. > >> > >> I'm reading Ripley's book of "Modern Applied Statistics > with S-PLUS". > >> It says that the objects will be stored in the .Data > sub-directory of > >> current working directory. I have searched around in my system and > >> can't find such dir. Any ideas? > >> > >> -- > >> Leon > >> > >> ______________________________________________ > >> [hidden email] mailing list > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guide! > >> http://www.R-project.org/posting-guide.html > >> > > > > ______________________________________________ > > [hidden email] mailing list > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide! > > http://www.R-project.org/posting-guide.html > > > > -- > Leon > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html |
| Powered by Nabble | Edit this page |
