You have to download it from CRAN and install it. From the GUI, do
Packages->Install package(s).
Pretty basic stuff...you should check the documentation before posting.
Julian
>
>
> R version 2.9.2 (2009-08-24) - for windows
>
>> library(SOM)
> Error in library(SOM) : there is no package calle
Hi tdm,
tdm wrote:
R version 2.9.2 (2009-08-24) - for windows
library(SOM)
Error in library(SOM) : there is no package called 'SOM'
Where can I get the SOM library from?
Thanks in advance
R is case-sensitive, so
install.packages("som")
library("som")
?som
http://cran.r-project.org/web/
Hi,
On Nov 18, 2009, at 3:58 PM, tdm wrote:
R version 2.9.2 (2009-08-24) - for windows
library(SOM)
Error in library(SOM) : there is no package called 'SOM'
I think you want "som", right?
Where can I get the SOM library from?
Where you get just about every R package from, CRAN:
http://
R version 2.9.2 (2009-08-24) - for windows
> library(SOM)
Error in library(SOM) : there is no package called 'SOM'
Where can I get the SOM library from?
Thanks in advance
--
View this message in context:
http://old.nabble.com/SOM-library---where-do-I-find-it-tp26415633p26415633.html
Sent fro
4 matches
Mail list logo