[Rd] R-intro
Kjetil Brinchmann Halvorsen
kjetil at acelerate.com
Fri Dec 31 22:01:17 CET 2004
Gorjanc Gregor wrote:
>Hello!
>
>I was reading R-intro and I have some suggestions:
>
>R-intro.html#A-sample-session
>
>rm(fm, fm1, lrf, x, dummy)
>suggestion
>rm(fm, fm1, lrf, x, y, w, dummy)
>
>The next section will look at data from the classical experiment of Michaelson and Morley to measure the speed of light.
>
>file.show("morley.tab")
>mm <- read.table("morley.tab")
>suggestion
>mm <- data(morley)
>
>
No. Although this looks easier, the whole point is to show people how to
use read.table!
Kjetil
>rm(fm, fm0)
>suggestion
>rm(fm, fm0, mm)
>
>objects(); rm(x, y, f, fa)
>suggestion
>objects(); rm(x, y, f, fa, oldpar)
>
>It might also be usefull to use # for comments, since it is easier to
>copy&paste to R terminal from manual.
>
>--
>Lep pozdrav / With regards,
> Gregor GORJANC
>
>---------------------------------------------------------------
>University of Ljubljana
>Biotechnical Faculty URI: http://www.bfro.uni-lj.si
>Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si
>Groblje 3 tel: +386 (0)1 72 17 861
>SI-1230 Domzale fax: +386 (0)1 72 17 888
>Slovenia
>
>______________________________________________
>R-devel at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-devel
>
>
>
>
>
--
Kjetil Halvorsen.
Peace is the most effective weapon of mass construction.
-- Mahdi Elmandjra
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
More information about the R-devel
mailing list