search for: rw0641

Displaying 14 results from an estimated 14 matches for "rw0641".

1999 Jun 27
2
paste and path ?
Dear friends. I have trobpe with path. Below I have tried to paste a path and file name but it will not work > path <- "D:/rw0641/own/own/procedures/GFR_TIME" > path [1] "D:/rw0641/own/own/procedures/GFR_TIME" > path1 <- paste(path,"gfr.txt",sep="/") > path1 [1] "D:/rw0641/own/own/procedures/GFR_TIME/gfr.txt" -- this is good enough > data <- read.table("D:/r...
1999 Jun 03
1
very minor Rgui problem in rw0641 (PR#204)
In Rgui (rw0641) the dialog boxes opened by Help->R(standard interface) and Help->Apropos have to be closed by actually clicking on OK, rather than by hitting return. (Once I'm at the keyboard typing in the search term, return is more natural than going back to the mouse. But maybe I'm just old-fashi...
1999 Jun 04
1
FW: very minor Rgui problem in rw0641 (PR#204)
Dear all, in using bug.report() on NT, I noticed what I find is an unusual default behaviour; namely that R stays frozen until the report is completed. Here's how to change it, and below, a question as to how others feel. > -----Original Message----- > From: Guido Masarotto [mailto:guido at hal.stat.unipd.it] [snip] > In the actual Windows implementation of bug.report, R waits
1999 Nov 12
1
R-0.65.1 Startup
Dear R users, I have noticed that my R startup is extremely slow. It takes almost 3 minutes from "double-click" to R prompt. I have been running R-0.64.1 till recently and it took about 30 sec. I still have access to R-0.64.1. When I started it up, it took about 25 sec. Can anyone tell me if this is a bug in R or a problem with my machine? Note: This is after bootup with R being the
1999 May 24
2
Packages under windows
I just downloaded the NT version of R and cannot find anything concrete on loading packages. There is alot on how to do it under Unix. The windows FAQ briefly mentions it but does not explain it. I have donwloaded windows binaries of the package "clust.zip" and unzipped it into my c:\rw0632\library directory... So I have c:\rw0632\library\cluster Now what do I do ?
1999 Jun 29
1
manova
I am using rw0641 with Windows 98. In the help for aov it states that the formula can sepecify multiple responses for a "maov". The help doesn't give an example, Venables and Ripley 1997:381 doesn't either. It isn't mentioned in the scripts nor in the section R Complements nor in Rnotes. I trie...
1999 May 18
1
help pages not install lead to termination of R
I installed rw0641 from the binary rw0641b.zip but not the help files (not rw0641h, not rw0641w ). I do not like the MDI so I edited the ./etc/Rconsole to read MDI = no and I commented out #toolbar = yes #statusbar = yes and I even changed pagerstyle = singlewindows Now when I start Rgui, and do > ?ls...
1999 Jul 23
2
rw0642
...="First") plot(rnorm(500),main="Second") Sometimes it works properly. This is didn't occur in previous versions. 2. The graphics pointer in "identify()" and "locator()" isn't visible in the Graphics Window. This didn't occur in versions before Rw0641. 3. Many times Rwinst reports "zip files not found" when I try to install an add-on package using Windows95. This appears not to happen using Windows98. 4. The subdirectories Mass, nnet, spatial, and class have to be copied to rw0642\library after instalation of VR5_3pl037 which complic...
1999 Jun 03
1
IE5 html help search failure (PR#205)
...omething useful for someone to know. On NT4, after help.start() brings up the web interface just fine (despite the pessimistic warning on the terminal; is that still necessary?), I can do apparaently anything in the help system, except search. If I'm on the top search page page (E:\programs\R\rw0641\doc\html\search\SearchEngine.html) and click on any topic, say 'aplot', I go to 'address' javascript:searchInIndex%20('%20aplot') and Explorer says 'Done', but nothing happens. Click on 'Go back' and I get 'No matches for aplot have been found'. I...
1999 Jul 01
1
lme
I am using rw0641. In my continuing quest to understand repeated measures analysis, I again return to lme. I exported the Potthoff and Roy data Orthodont.dat from S-PLUS 4.5 to avoid capture errors and ran the examples in the R help. I imported the data.frame with data <- read.table("Orthodont.dat",...
1999 May 18
0
pager
Is there a way to turn pager off on rw0641? (The separate window that display the help files) The problem of SDI crashing R when you do ?ls and there is no help files do not occure in MDI. (SDI sound like Reagan's star war...:-) ) Mai Zhou -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing...
1999 Jul 21
0
rwinst + metafile + gif
1) rwinst Brian Ripley has provided me a new version of 'rwinst.exe' which should solve the signaled problem (installing in the root of the hard-disk). It should be available tomorrow from Wien (and in few days from the other mirrors). 2) gif There was some problems in rw0641. It used to work before and it should work again in rw0642 (at least, it does on my system). So, please, if you need it, follow Brian advice: update to 0.64.2. 3) metafile Can someone send me some code which reproduce the problem. I have just now tried with some of the demo plots (demo(graphics) a...
2003 Nov 23
1
options(width= ) in rw1081
Hola! I just downloaded and installed the factory-fresh rw1081. Windows XP. In my Rprofile file in the \etc subdirectory I put (among others) options(continue=" ") options(width=65) options(scipen=5) options(show.signif.stars=FALSE) R is honoring all of this on startup, exept the width=65 option, which does'nt have any effect. I tried other values for width also (70, 90) ,
1999 Jun 23
1
Influence.measures
I am using rw0641 with Windows 98. To list just the influential repetitiones that result from "influence.measures", I am using the input result <- lm(y~x) and the code from the example in the help for "influence.measures" INFLM <- function(result){ inflm <- influence.measures(...