similar to: Rcmd ?

Displaying 20 results from an estimated 2000 matches similar to: "Rcmd ?"

2001 Jan 14
1
Redrawing !
Hi, If I may suggest that something be done to the window drawing function of a plot. As it is now, we don't even have time to resize the window by a tiny bit before it's invoke and I think it would be an improvement if while the mouse is down the redrawing was delayed somehow. This is especially true when the plot is crowded. I also observed that moving the plot window around was a lot
2001 Jan 05
2
AW: running Rcmd INSTALL, again
Indeed, there is no file named "dlltool" anywhere around here! So, at last I am beginning to suspect that my collection of tools is incomplete. What I have got is "rw1020sp.zip" and "http://www.stats.ox.ac.uk/pub/bdr/RWin/tools.zip". These are properly istalled, I think. readme.packages says "If your package has no C nor Fortran nor C++ sources, see `Simple
2001 Feb 18
3
Rcmd
I'm running Windows NT4. Rcmd does not seen to read the command line. Rterm and other things work well. For example "Rcmd check --help" fails with the command interpreter trying to find a program or file called "check." What have I missed? -- Bob Wheeler --- (Reply to: bwheeler at echip.com) ECHIP, Inc.
2001 Jan 17
1
Scientific notation?
Hi, Would there be a function and/or some options to force R to write a value of say 1.0e-4 as "0.0001"? More specifically I want to use R to write ASCII file(s) for other programs to read and some of these programs don't know how to deal numbers in scientific notation or have a different convention. Thanks in advance. Yves Gauvreau B.E.F.P. Universit? du Qu?bec ? Montr?al cyg at
2000 Dec 06
1
R: RE:
A trick I use is to give tab-delimited text files created by excel or R the .xls extension: this may apply, and it may be better, to CSV: R couldn't see any difference whichever the extension will be, and windows will be foolished by the .xls extension an will open the file with Excel that will handel it CORRECTLY. If you need to have the data always alligned in Excel and R this trick will
2000 Apr 06
1
RODBC
Hi, I've installed the RODBC library, R1.000, NT 4.0. When I try to load it here is what I get: library(RODBC) Warning message: Package `RODBC' contains no R code in: library(RODBC) channel <- odbcConnect("PubsDSN", "sa", "password") # userId and password Error: couldn't find function "odbcConnect" Does anyone can shed some ligth on this
2000 Oct 17
3
Cleaning things up?
Hi, I know it must be written somewhere but I can't find it. I'd like to remove all variables or objects that I've created but not the functions. I look at a few things without success. Is there a R way of doing this? There are to many to create a manual list. Thanks in advance. Yves Gauvreau -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2001 Jan 05
1
AW: running Rcmd INSTALL: working now!
I almost didn't believe in it anymore, but Rcmd INSTALL finally is working for me! Thanks to all who helped on this, especially to Guido Masarotto, Brian Ripley, John Fox, Peter Dalgaard, Uwe Ligges. Anyway, I do think the documentation is a bit confusing here (at least for me, I don't know if others have felt the same). It might be a good idea to add the essence of Brians and Guidos
2000 Dec 29
2
how to create help files
Dear R users, this is a question for R version 1.2.0 under Windows NT 4.0, regarding the documentation of ones own functions. I have ceated a private library for my functions, which works all very well, apart from that I am not able to create appropriate help files. For illustration, here is a simple example of where I'm stuck: > # first, create a simple function f1: > f1 <-
2000 Aug 24
1
How to?
Hi, Is there a way to apply a function to rows or columns of a matrix? Now I use apply(as.matrix(1:nrow(m), 1, function(x) mean(m[x,])) which works fine but kind of slow on large matrix. I'm sure there is something on this somewhere but I can't find it. Thanks Yves Gauvreau -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 Jul 28
4
gremlin in rep()
the following occurred inadvertently and brought R-1.1.0 down rep(1:3, c(4,2,-6)) Segmentation Fault (core dumped) platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 1.0 year 2000 month June day 15 language R
2000 Aug 10
0
Delayed output?
> From: "Yves Gauvreau" <cyg at sympatico.ca> > Date: Thu, 10 Aug 2000 09:03:51 -0400 > I'm using R1.1 GUI on NT4 box, I noticed that when I use functions that > print some output during processing I see this output only after the > function as terminated. If during the processing I activate another > program's window that overlay completely the R window
2001 Jan 11
0
Principal component?
Hi everyone, I did a principal component analysis (princomp) on a dataset I have, I plotted the first two columns and labeled the points by their index number. I observed that most index sequences (points 50:65 for example) kind of form arc shape trajectories on the graph (even loops), some of those seem to converge at some particular location and those specific patterns just happen to have some
2001 Feb 13
0
Documentation suggestion!
> From: "Yves Gauvreau" <cyg@sympatico.ca> > Date: Tue, 13 Feb 2001 06:06:40 -0500 > Could I suggest that the documentation of "locator" and "identify" be > modified so that they refer to each other That's easy, and done now. > and that the "graphic" keyword be > added to "identify". If you think it's a good idea
2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
The trailing backslash seems to be the culprit. After looking at rw1020\bin\INSTALL, I noticed $pkg =~ s/\/$//; which I assume is to strip the trailing slash from a package name before obtaining the package name and cleaning out its directory I added $pkg =~ s/\\$//; immediately after this line. Rerunning Rcmd INSTALL C:\rw1011\src\library\bqtl\ with that change seemed to work OK
2000 Jun 17
1
Re: R-1.1.0 is released : GUI
> From: "Yves Gauvreau" <cyg at sympatico.ca> > References: <Pine.GSO.4.05.10006170711230.12526-100000 at auk.stats> > Date: Sat, 17 Jun 2000 08:41:57 -0400 > Sender: owner-r-help at stat.math.ethz.ch > Precedence: bulk > > This discussion is quite interesting. From the little I know of these issues > may I humbly suggest that parallelism may be the
2000 Sep 24
2
Folding ?
Hi, I need to write a function that would look something like this: S <- function(b=betas){ expression(b[1] * f(b[2] * x * f(b[3] * x * f(...b[n-1] * x * f(b[n] * x)))...) } Where n is the number of element in b. Further I need to be able to evaluate S at some x numerically of course and I need to use "deriv" and produce dS/dx such that I can evaluate it also at some x. I
1999 Nov 16
2
Grid lines?
Hi, I'm new to R and I wonder if it's possible to have grid lines on a graph? Thanks. Yves Gauvreau -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
2000 Dec 27
1
Dll problem
Hi, Where should I look to find out the reason why my Fortran DLL's don't work any more? *** This is the current version *** platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 2.0 year 2000 month 12 day 15 language R *** This was the previous version *** platform Windows arch x86 os Win32 system x86, Win32 status
1999 Dec 02
2
Meaning?
Hi, Sorry to ask this but what is the meaning of "AFAIK". From a darn Frenchman! Regards. Yves -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request