[R] sma package, and MouseArray data set

Prof Brian Ripley ripley at stats.ox.ac.uk
Fri Jun 15 07:52:38 CEST 2007


On Fri, 15 Jun 2007, Peter Dunn wrote:

> Hi all
>
> I have just downloaded the  sma  package from CRAN.
> On installing on my linux machine, I get the message
>
>
>> library(sma)
>> data(MouseArray)
> Warning message:
> file 'MouseArray.RData' has magic number 'RDX1'
>   Use of save versions prior to 2 is deprecated
>
>
> Hereafter,  MouseArray  is not found:
>
>> MouseArray
> Error: object "MouseArray" not found

But try

> ls()
  [1] "cl"           "i"            "mouse.data"   "mouse.gnames" "mouse.lratio"
  [6] "mouse.setup"  "mouse.t2"     "mouse1"       "mouse2"       "mouse3"
[11] "mouse4"       "mouse5"       "mouse6"       "ot"           "str"
[16] "txt"

If all else fails you could read the help: ?MouseArray tells you what it 
gives you.

> We were hoping to use the  MouseArray  data with  some
> of the  sma  functions.

As the examples on the help pages do.

[...]

-- 
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 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list