Re: [R] install issue with survey package?

2018-10-12 Thread Alexander Nervedi
einstall R in the root directly (rather than under program files) so that there are no spaces in path names. Thanks for the pointer, best wishes, Alnerdi From: Michael Dewey Sent: Friday, October 12, 2018 4:33 AM To: Alexander Nervedi; r-help@R-project.org Subj

[R] install issue with survey package?

2018-10-12 Thread Alexander Nervedi
Have been trying to run a few packages with dependency on the survey package (e.g. twang) and have run into trouble that I am not sure how to resolve. Any help would be appreciated, the code (and error messages) are below: --- R log begins --- > install.packages("survey") Installing package into

[R] precision issue?

2010-03-04 Thread Alexander Nervedi
Hi R Gurus, I am trying to figure out what is going on here. > a <- 68.08 > b <- a-1.55 > a-b [1] 1.55 > a-b == 1.55 [1] FALSE > round(a-b,2) == 1.55 [1] TRUE > round(a-b,15) == 1.55 [1] FALSE Why should (a - b) == 1.55 fail when in fact b has been defined to be a - 1.55? Is this a precision

Re: [R] numerical subscripts in a loop in a plot

2010-02-01 Thread Alexander Nervedi
Thanks David and Eik. They both work really well! > CC: r-help@r-project.org > From: dwinsem...@comcast.net > To: alexne...@hotmail.com > Subject: Re: [R] numerical subscripts in a loop in a plot > Date: Mon, 1 Feb 2010 12:59:19 -0500 > > > On Feb 1, 2010, at 12:40 PM,

[R] numerical subscripts in a loop in a plot

2010-02-01 Thread Alexander Nervedi
Hi R Graphics Gurus I am unable to figure out this issues with unevaluated expressions. I'm trying to create a graphic where I calculate the residual from a regression and want to mark each residual with its observation number. So something like plot(0,0, type = "n", xlim = c(0,10)) for(i in 1

[R] RWinEdt Install issue

2008-02-25 Thread Alexander Nervedi
Dear RUsers, I just upgraded from 2.6.0 to 2.6.2 and tried to reinstall the RWinEdt patch to work with WinEdt so that I can continue function as I always have but I have run into problems that I don't understand how to fix. Any help would be great. Essentially, I downloaded the latest RWinEdt

[R] R WinEdt on Windows vista

2007-10-31 Thread Alexander Nervedi
Hi! I was trying to install the RWinEdt library on a Windows Vista machine which had R 2.6.0, WinEdt 5.4 and the RWinEdt1.7.8.zip file in the library folder under the ...\R\2.6.0 directory. I am able to install fine form the local zip but I can't launch winedt from within R for some reason.

[R] map issues

2007-09-17 Thread Alexander Nervedi
Hi ! I have a shapefile that I can easily read into R using library(maptools). My problem stems from some warning messages that come even though everything seems to work fine. library(maptools) districts <- read.shape(filen = "a_ds", dbf.data = TRUE) length(districts$Shapes) so far so good. w