Displaying 20 results from an estimated 400 matches similar to: "Re: R 0.90.0 for Windows rwinst fails (for me) and workaround"
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees-
Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out:
> j<-read.table("jnk.rin",head=T,sep="\t")
> attach(j)
> #gives lines I want
> qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x
=c(-3,3),ylim=c(2000,1000000))
>
2000 Dec 18
1
Rwinst.exe problems
I've heard from several users who report no difficulties using the
Rwinst.exe installer for the released version of 1.2.0. I've blown away
all traces of 1.2.0 on my system and have re-downloaded all 10 zip files
and the installer on both my NT and Win2K boxes. The memory-overwrite
error persists on both systems, suggesting that there is some
incompatibility between the 1.2.0
2001 Aug 28
2
fitting a mixture of distributions with optim and max log likelihood ?
hi
Suppose I have a mixture of 2 distributions generated by
rtwonormals <- function(npnt,m1,s1,m2,s2,p2){
rv<-vector(npnt,mode="numeric")
for( i in seq(1:npnt)){
if(runif(1,0,1)<=p2){
rv[i]<-rnorm(1,m2,s2)
}
else{
rv[i]<-rnorm(1,m1,s1)
}
}
return(rv)
}
x <- rtwonormals(50000,0,100,500,500,0.05)
#and I try to fit these with (based on thread: [R]
2001 Sep 07
2
dxf() like bmp() or postscript()?
hi-
I have been using postscript()and contour() to do quick plots of geological
sufaces and it would be handy to be able to dump a plot as an autocad dxf
file for vector import into autocad. A search of rhelp of 99 thru 01 gave no matches for dxf. Any suggestions for a dxf or dump of a plot as vectors?
Thanx
Thanx
Robert (Bob) L Sandefur
Principal Geostatistician
Pincock Allen & Holt
2000 Nov 01
5
Performance note: Preallocating helps? and two questions
hi-
in r 1.1 on windows 2000
with length(AU) of 35833
AUcap30<-0
for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i])
took over an hour on pentium II 300 mhertz (I esc'ed before it finished)
but
AUcap30<-AU
for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i])
is very quick (a few seconds)
Is this performance difference common in r (ie is linux the same way)?
Are there other tricks
2000 Nov 01
5
Performance note: Preallocating helps? and two questions
hi-
in r 1.1 on windows 2000
with length(AU) of 35833
AUcap30<-0
for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i])
took over an hour on pentium II 300 mhertz (I esc'ed before it finished)
but
AUcap30<-AU
for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i])
is very quick (a few seconds)
Is this performance difference common in r (ie is linux the same way)?
Are there other tricks
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
2000 Dec 18
0
Rwinst.exe 1.2.0 problems
I just downloaded the binaries for the released 1.2.0 for Windows (from
Guido Masarotti's site). In using the rwinst.exe installer, I noted two
significant problems. First, the installer seems extraordinarily slow
compared to the the 1.1.1 installer. It took almost 20 minutes to perform
a full base extraction from binaries to installation (all base pages, html
help, windows help, pdf
2005 Apr 05
1
Dendrogram for a type unbalanced ANOVA
Hi-
I have about 20 groups for which I know the mean, variance, and number of
points per group. Is here an R function where I can plot (3 group example)
something like
| |----- 2
| |-----------|
| | |----- 1
| |
|------|
| |----------------- 3
|
|
0 25 50 75 100
ie 1 and 2 are different at 75% level of confidence
1 2 combined are
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)
2012 Mar 06
1
sourcearg function is there a better way already built into R
Hi list:
I work with a lot of laboratory analytical data and I often have
inconsistent names of files and variables within those files so I wrote
this sourcearg function to facilitate handling file and variable names
as both character and R names. The source of the function is given below
sourcearg=function(arg){
su=sprintf("%s\n",arg)
sink("TMPTMPRarg")
2000 Aug 15
2
Installing R
Hi, I need some help installing R - I have Windows - i have downloaded rwinst.exe, a zip file and R-110tgz. Can you advise me what I need to do next.
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000815/e68897fe/attachment.html
1999 Jul 21
1
R 0.64.2 for Windows 95/NT
I installed R 0.64.2 using "rwinst.exe" on a Windows 95 machine. The zip
files and rwinst.exe were stored in a directory "rtmp" and I wanted R to
be installed in "r0642" (by setting c:\rtmp for source directory and c:\
for install directory). After the installation was completed the main
program was in r0642 whereas all the documentation in c:\rtmp\r0642.
Is this
2000 Apr 24
1
Comments on Win95 R Distribution (PR#527)
Here are some comments generated by a new R user based on
initial experiences with the tool.
On-line help for tapply:
The following appears "for to each (non-empty) group of
values" It seems there's an extra preposition in this
sentence.
On-line help for cut:
"break" should be "breaks"
morley.data not available with the distribution. Would be
helpful for
2000 Jan 06
1
Help Files
Hi,
I've just downloaded rwinst.exe and ran the installer. Afterwhich I double-clicked the Rgui icon. However, when I clicked on any of the help options, for example, I clicked 'Help' then 'R Language (html)', there's a message saying: Error in help.start() : I can't find the html help.
Please help. Thanks!
Wendy
-------------- next part --------------
An HTML
2001 Mar 07
1
Windows: updating to R 1.2.2
Forgive me, but while I find the documentation for initially installing R
to be clear, I'm not so happy about updating.
I want to update from R 1.2.1 to R 1.2.2 (mainly so I can get the debugged
version of pictex() ).
Now I have downloaded the base zip files, say to Z:\Program Files and my
existing installation of R 1.2.1 is sitting in
Z:\Program Files\rw1021.
Running rwinst.exe I need to
2000 Feb 28
3
Rinst.exe question
Hi all,
I'm using R0.99a on WinNT4. I downloaded a bunch of packages and tried
using Rinst.exe to install them. For whatever reason, Rinst.exe does not
find all the packages I downloaded. I put all files in the same temp
directory, but Rinst only finds some of them. I have no problem installing
the rest with WinZip, but if Rinst works it would be much easier (don't have
to run WinZip
2001 Apr 05
1
No subject
R-helpers,
Beginner in R language, I have a problem to install a package (multiv) in R
for Windows 98 (R-Gui)
First I have got the multiv.zip file from the CRAN precompiled contributed
packages for Windows and put this file in C:/Program Files/rw1022.
in R-Gui I tried to install it as following
> install.packages("C:/Program Files/rw1022/multiv.zip")
I received the following
2015 Apr 04
0
Senior Geostatistician Position France
Dear all,
We currently have a job opening for a Senior Geostatistician in
Clermont-Ferrand, France
Limagrain is an international agricultural co-operative group
specialized in field seeds, vegetable seeds and cereal products. More
than 8 600 employees in the world spread out in 41 countries.
Limagrain strives to improve agriculture in order to face today?s
food-related challenges.
Job
1999 Jul 23
2
rw0642
Among other computers, I am using rw0642 on an IBM 300GL with 32MB RAM and
Windows98.
1. If after opening rw0642 the first command is to help such as "? par",
when the help window is closed by clicking X in the upper right corner of
the help window the following message is shown
This program has performed an illegal operation and will be shut down.
If the problem persists contact the