similar to: No subject

Displaying 20 results from an estimated 1000 matches similar to: "No subject"

2001 Apr 27
1
INSTALL Problems
Dear All, I have tried to install the tensor package (from: http://cran.r-project.org/src/contrib/PACKAGES.html#tensor ), using the comand: " shell("Rcmd INSTALL tensor") " then I got the following mensage: ---------------------------------------------------------------------------------- make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32' make DLLNM= EXTRADOCS= \
2000 Mar 10
1
Problem while installing packages
Dear R team / R helpers / R users , I downloaded R-1.0.0 to install it but I am currently facing the following problem : Installation of packages. Here is the output I had while trying to install RmSQL : ------------- > R INSTALL -l /software/R-1.0.0/library/ /software/archive/R/RmSQL_0.2-1.tar.gz Installing package `RmSQL' ... libs RmSQL.c:7: msql.h: No such file or directory make:
1998 Sep 18
1
R-beta: undefined reference to `realpr_' ?
Hi, Win95 version, trying to build multiv. Following error (no mention in faq etc, but someone may have mentioned it recently). Appreciate any help. ------- Building multiv.dll from multiv.a -------- echo LIBRARY multiv > multiv.def echo EXPORTS >> multiv.def nm multiv.a | sed -n "/^........ [DT] _/s/^........ [BCDRT] _/ /p" >> multiv.def gcc -mdll
1998 May 29
1
R-beta: multiv package from CRAN
Hallo Friedrich, I have read your announcement, downloaded and installed it in R-0.61.3. But now I have problems :) > hc <- hierclust(dist(t(pollen)), method=3) Error in pmatch(x, table) : argument is not of mode character > hc <- hclust(dist(t(pollen))) > members(hc) Error in .Fortran("assgn", n = as.integer(n), nplus1 = as.integer(nplus1), : C/Fortran function not in
2001 Mar 09
1
bringing up R documentation for my functions
Colleagues ---------------------------------- System info: R version rw1022 on NT ESS v. 5.1.18 using emacs ver. 20.4 ---------------------------------- I want to documnet a function I've written. I used prompt(function.name) to create an ascii R documentation file. I moved the .Rd file into a subdirectory called rw1022/library/my.functions/man Now I want to load the help using
2004 Apr 16
2
Masked help page
Hi list, not really a problem to solve but a strange unwanted behavior (at least I do not like it): I'm loading library(multiv) to use sammon. Later I load library(MASS) which tells me that sammon is masked now, because there is also a MASS version of sammon. Since I believe that the MASS version is at least as good as the multiv version, I would also use the MASS version, but help(sammon)
2005 Oct 20
3
problème d'import de fichier
hello! je veux importer un fichier de donnees excel que j'ai au prealable converti en fichier txt avec separateurs tab, fichier de la forme entree simple (suite de colonnes contenant des variables). Voila ma ligne de commande : > poussins <- read.table("poussins.txt", header=T, sep="\t") et sa reponse Erreur dans scan(file = file, what = what, sep = sep, quote =
2006 May 01
2
GA-packages
Hi, I'm looking for help on how to use *R for making use of Genetic Algorithm*to make optimal solution on the examination timetabling dataset? another point to analysis the dataset, in a manner similar to the method applied in InfoViz. Say, what is the optimal step, if: Step 1 - What is the name of the package that i can install from CRAN for me to identify GA (Please consider) - I
2002 Jul 30
3
Error running sammon() in multiv package
When I try to run the "sammon" function of the multiv package, I always get this error message: Error in as.vector(dist(a)) : couldn't find function "dist" It happens even with example(sammon). I am running R 1.5.0 on Win98 and I have still installed R 1.4.1 but it doesn't work on the old R version with the older multiv package either. Is there a problem with the
2001 May 22
2
MASS data sets
I'm running R 1.2.2 under windows 98 on a Pentium 133 laptop. I can't seem to retrieve the package MASS data sets: > library(MASS) > data(wtloss) Warning message: Data set `wtloss' not found in: data(wtloss) > data(abbey) Warning message: Data set `abbey' not found in: data(abbey) And yet all the .rda files for the MASS datasets are in D:\Program
2004 Apr 20
1
contributed packages and downloads questions
Hello, I am trying to download two library files: multiv and e1071 to do principal components analysis. I was able to unzip the folders to my R directory, but when I type library(multiv) in the console I get an error message: Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library So, it seems that I am not downloading these two library files
2003 Jan 30
4
Downloading Package
Hello, I am a beginner in using R so my question could seem very simple. I would like to download the package multiv to do multivariate data analysis. The package I download seems to be a file meant for UNIX and I am using a Window OS. How could I download and install correctly this file? Thanks a lot _________________________________________________________________ MSN Messenger :
2004 Oct 18
2
multiv
What happened to multiv package? I have installed R 2.0.0 in my Mac and I could not find this package. I see other things have been reorganized. I have read "What's New" and I have used the search facility in the RHelp panel to no avail. Oscar A. Moreno oscar.moreno at att.net
1999 Nov 19
1
Crash when running functions from contributed packages
Hello all, I am somewhat new to S-plus and would really appreciate any help you might have on the following problem: I installed S-plus (0.65.1) on a Sun box (Solaris) and it runs fine as far as I can tell. I also installed the cluster and multiv contributed packages. The problem I have is that I get a core dump everytime I try to run a function in the contributed packages. This seems
2008 Jul 28
1
multiv
> Hello, > > I want to install the package "multiv" which is not maintained any > more (found in the archive: multiv_1.1-6.tar.gz from 16 July 2003). I > have installed an older version of R 1.4.1 on my Windows Vista in > order to match the older package. > > As no binary is distributed, is it necessary to compile the package? > If so, how? > >
2003 Feb 09
3
Clustering partition and memory
Dear R-help list members i would like to use R to produce clustering or partitioning of a dataset. I am trying to use the functions: - hierclust() of the package multiv -pam(), agnes() and fanny() of the package cluster But I cannot get any result because of lack of memory. Would you know any clustering function not to greedy in memory? I have tried to expand my memory limit with memory.limit()
2000 Aug 31
2
Multiv / hierclust / plclust
I use hierclust (hierarchical clustering) in multiv package. In the documentation it is said that plclust (plotting a dendrogram) is available in S-plus. Can I find it anywhere (I have searched through http://lib.stat.cmu.edu/S and found only quotations of plclust in multiv) or is it only part of the S package (which I don't have)? Thanks --------------- Charles RAUX, Laboratoire
2001 Mar 12
4
1.2.2 under M$ windows 2000 lots of plots out of memory?
hi- If I source the following for(k in seq(1:20)){ x<-runif(20000,min=-500,max=2000) y<-runif(20000,min=-500,max=2500) z<-runif(20000,min=-10,max=10) cat(k,"file",memory.size()) cc<-rainbow(11) plot(x,y,asp=1i,xlim=c(-500,2000),ylim=c(-500,2500),main=k,cex=1.0) for(i in seq(-10,10,2)){ points(x[z > i],y[z > i],col=cc[(12+i)/2],cex=1.0) } rm(x,y,z)
2003 May 09
1
correspondence analysis
Hi everybody, I am starting my friendship with R. Now I want to do a Correspondence Analysis using the vegan library or multiv library. Both give me the same results which differ from the ones I get running other programs like Statistica... I wounder if there is a problem with my matrix. I have cualitataive variable in the columns and sampling units in the rows... I import my matrix into R
2004 Apr 28
2
connection to libraries problem
Hello All, Although I have downloaded some libraries such as multivariate data analysis library (multiv) and ade4, their functions such as pca or reconst are not recognised. Should I install any thing else or use any instruction so that R could find the location of libraries? Thanks for your quick response, Haleh Yasrebi