similar to: newsgroup

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

2000 Jul 07
1
R and large RAM
I am planing to buy several machines with 2 GB RAM. Is R able to use this much memory? Thanks Gerhard -- Dr. Gerhard Paass http://ais.gmd.de/~paass GMD.AiS - Inst. for Autonomous Intelligent Systems Schloss Birlinghoven, D-53754 St. Augustin, Germany mail: paass at gmd.de fon: +49 2241 14-2698 fax: ..-2342
2000 Apr 18
4
R : 3D graphics
I am looking for a package that allow to plot 3D set of points (x, y, z) ? Can someone help me to find it ? thank for help anne -- Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr Equipe de Bioinformatique Mol?culaire, Universite Paris 7 Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14 75251 Paris cedex 05 Fax : 01.43.26.38.30 -------------- next part
2000 Feb 29
3
standing ovations
I think this is a moment to lean back from daily business, details or whatsoever and appreciate the impressive achievment of Ross, Robert and the R-core team. Incredible! They created an impressive and extremely useful software, for teaching, research and more. Besides these direct practical benefits, I think this project is more: it gives an outstanding example of international cooperation and
2000 Feb 02
1
Large data sets and aggregation
I've noticed quite a few messages relating to large data sets bedeviling R users, and having just had to program my way through one that actually caused a "Bus error" when I tried to read it in, I'd like to ask two questions. 1) Are there any facilities for aggregation of data in R? ( I admit that this will not do much for the large data set problem immediately) 2) Is there any
2001 Sep 04
10
Newsgroup - another try?
As nobody seems to answer my request, I simply post it again. Is there any reason why the r-help-mailinglist should not be converted to a newsgroup? These were the advantages of a newsgroup I mentioned earlier: -) you can easily search the archives -) the discussion is faster (I experience that the R-mailinglist has a lag of about 1 to 2 hours (not for everyone!!!). When I ask a question, I get
2001 Sep 04
2
AW: Newsgroup - another try?
| I can think of two disadvantages of a newsgroup | | 1) Access | Everyone with an email address can sub_scribe to the R mailing lists. | However, not everyone has a news feed. I don't. Everyone who has access to the internet can also have a news-account. There are a lot of good free news-servers (most of the time hosted by universities), and on the client-site you can often use your
1999 Feb 10
1
Creating subscripts in text()
Hello! Help! How to create subscripts in text() ? Could not find an example nor could I guess it. Thank you! Detlef Detlef Steuer Universitaet Dortmund /////// LS Computergestuetzte Statistik U N I D O /// steuer at gigamain.statistik.uni-dortmund.de ______/////// Tel: ++49 +231 755 4353 Fax: ++49 +231 755 4387
1997 Dec 11
1
R-alpha: fft does not act as described in help(fft)
Hello! thank you for your efforts creating R! While preparing the next lessons I found that I had to multiply with 1/length(x) by hand if I want to get the inverse Fouriertransform. The help states it will do it by itself. Version R-0.60.1, Linux Seems to be pretty easy to correct either the fft or :-) the help(fft)! Cu Detlef Detlef Steuer Universitaet Dortmund ///////
1999 Apr 07
1
chull() wanted?
Hello! Is there someone already working on an implementation of Splus' chull() function for R? If not, I would like volunteer to try it. For my "Diplom" I implemented convex peeling in C (some time ago), using an O(n log(n)) algorithm, so it probably will prove relatively easy to use that code for a R-function. Well, as least as easy as any programming tends to be. :-) Detlef
2001 Aug 23
2
multiple correlation?
I'm looking for a function for the 'multiple correlation' but can not figure out what it is called in R by using the html search function. Maybe it is called in another way in english? I only know the german term? Can anyone help me? Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
is anybody else having problems with the new java 1.6.0.22 ? i am tried both cortado-ovt-debug and cortado-ovtk-debug - neither seem to work anymore once i installed the new java. once i go back to the old java 21 everything works fine. my jar file downloads for console messages (below) came from: http://downloads.xiph.org/releases/cortado/cortado-ovtk-debug-0.6.0.jar i have included
2000 Aug 29
4
short way
i want to replace certain values of a matrix. i know how to replace them when the values are in a vector. i tried the same way for a matrix and got this answer: la[la==0]<-1 Error in [<-.data.frame(*tmp*, la == 0, value = 1) : matrix subscripts not allowed in replacement i found a way to do this with "for()", but i think this is the worst way to do it. So is there a
2001 Jul 26
2
winedt (PR#1033)
i don't know, whether this is a bug or it is intended: when using winedt and R together it works perfectly, as long as R is run in mdi (multiple window mode). When you switch to sdi (single window mode) winedt, sends no command at all: no history, paste, source or script. Thomas Pesl > version _ platform i386-pc-mingw32 arch x86 os Win32
2000 Sep 07
2
read.table
When I read a table (the dimnames of the table are numbers), R reads the column names as: X plus the number (X1,X2,X3,...) and the rownames as the numbers (1,2,3,...) How can I suppress this action? The code and the output: ^^^^^^^^^^^^^^^^^^^^^^^^ > r2<-read.table("h:\\matrix",header=T,dec=",",na.strings="-99") > dimnames(r2) [[1]] [1] "500"
2001 Jul 25
1
type missmatch in ?par
under 'mfg' the second paragraph says: [.]the form `c(i, j, nr, nc)' is also accepted, when `nc' and `nc' should be the current number of rows and number of columns. [.] it should be 'nr' and 'nc' instead of 'nc and 'nc' Thomas Pesl > version _ platform i386-pc-mingw32 arch x86 os Win32
2001 Aug 06
2
plot.hclust
I want to plot only a part of a denrogramm, which was produced by hclust. In S-Plus I used the function subtree, but I can not find this function or a similar one in R. Thank you for your help, Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2001 Aug 20
2
lm
By error I used the function lm with arrays. Is this a legal action? funtion call: h.lm<-lm(h.0~h.9+h.8) where all of the variables are arrays of dimension 722,6,10 Thank you for your help. Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2008 Jul 15
2
Problem installing R on openSUSE 10.3
Dear All, I am trying to install R 2.7 on my openSUSE 10.3. I have faithfully followed instruction at http://cran.r-project.org/bin/linux/suse/ReadMe.txt. I have downloaded all the RPMs but still R complains about: libtcl8.4.so is needed by R-base-2.7.1-6.1.i586 I searched for this library and found a one, tcl-8.4.15-22.i586.rpm at openSUSE distribution site and installed. But R still complains
2005 Dec 12
2
Migrating files with ACLS and Share properties
Hi list, I could'nt find specific info ion the subject on google, and I'm not sure if the list is appropriated, but, I need to migrate a complete directory-tree from one w2k server to 1st another w2kserver, an then, to a Samba Server (still to be installed). The biggest problem is, if I just copy the directory, I will loose all info over users and permissions. I will also loose the
2000 Sep 21
2
No subject
Dear R-friends, i just look at http://www.statistik.uni-dortmund.de/leute/ligges.htm to download scatterplot3 and saw a write and read wav-files library. So i wondered if R can play wav-files. This would be very practical, espacially when you do some long computations. If not, can R play a system beep or something like that? Thanks, Thomas