Hi: I'm trying to do the sample session listed in Appendix A of the "Introduction to R" manual from: http://cran.R-project.org/manuals.html I've already downloaded R-1.5.1.tgz from: http://cran.r-project.org/ The problem is I can't find the file "morley.tab" which I need to start the sample session (as stated in the manual). Do you know where I can find it? Thanks. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Thu, 18 Jul 2002, Nu Vo wrote:> > Hi: > > I'm trying to do the sample session listed in Appendix A > of the "Introduction to R" manual from: > > http://cran.R-project.org/manuals.html > > I've already downloaded R-1.5.1.tgz from: > http://cran.r-project.org/ > > The problem is I can't find the file "morley.tab" > which I need to start the sample session (as stated > in the manual). > > Do you know where I can find it? Thanks..../library/base/data/morley.tab as it says in the manual! `...' might be /usr/local/lib/R on a Unix-alike, -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Replace the 'file.show' and 'read.table' commands with: data(morley) mm <- morley And the rest should work out the same. -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng On Thu, 18 Jul 2002, Nu Vo wrote:> > Hi: > > I'm trying to do the sample session listed in Appendix A > of the "Introduction to R" manual from: > > http://cran.R-project.org/manuals.html > > I've already downloaded R-1.5.1.tgz from: > http://cran.r-project.org/ > > The problem is I can't find the file "morley.tab" > which I need to start the sample session (as stated > in the manual). > > Do you know where I can find it? Thanks. > > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._