[R] proj4R library will not install

2006-09-22 Thread Philip Bermingham
Files\Intel\DMIX;C:\Program Files\UltraEdit;C:\proj and I created a new user variable PROJ_LIB to c:\proj\nad. I'm not sure if I am missing anything here but I still get the 2.0.0 error. If you can help me in any way I would truly appreciate it. Thanks in advance, Philip Bermingham

[R] Calculating the combined standared errors from two regression equations

2006-08-23 Thread Philip Bermingham
Hello, I have two regression equations, one predicts number of interactions from people-a and the other predicts number of interactions from people-b. I am summing the number of interactions to get the combined number of interactions. How do I calculate the combined standared error?

[R] Determining frequancy of events

2006-04-02 Thread Philip Bermingham
I have a smiple set of values: a-c(1,2,3,1,5) b-c(2,2,2,2,2) c-c(2,3,4,2,6) Then I use data.frame(table(paste(a,b,c)))to determine the frequancy of each set of values occures and get the result: Var1 Freq 1 1 2 22 2 2 2 31 3 3 2 41 4 5 2 61 This is exactly what I need

[R] Modifying the parameters for a function

2005-08-04 Thread Philip Bermingham
I have modified the parameters for a function (for my own use) in the stats package, but I assume I need to update the parameter set in another file as I'm getting the following error when I run R: The compile works fine so I assume there is a configuration file in the base package of R that

Re: [R] Modifying the parameters for a function

2005-08-04 Thread Philip Bermingham
When I compile the package I modified. -Original Message- From: Roger D. Peng [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 9:00 AM To: Philip Bermingham Cc: R-help@stat.math.ethz.ch Subject: Re: [R] Modifying the parameters for a function What exactly do you mean by compile

Re: [R] Windows compile

2005-07-04 Thread Philip Bermingham
]: *** [rpackage] Error 2 make: *** [all] Error 2 Any advise? Philip Bermingham Duncan Murdoch wrote: On 7/4/2005 8:51 AM, Philip Bermingham wrote: Where would I specify the path to this file? I checked the mkrules file but it doesn't mention it there. The path is the system path. You specify

[R] Windows compile

2005-07-03 Thread Philip Bermingham
I'm trying to compile R on Windows 2003 Server and following the instruction laid out in R inst and admin manual I continue to get this error: make: ./Rpwd.exe: Command not found make[1]: ./Rpwd.exe: Command not found /cygdrive/d/rp/tools/bin/make --no-print-directory -C front-ends Rpwd

[R] compiling under windows

2005-06-30 Thread Philip Bermingham
What is the best way to set up a project in visual studio, work on R and re compile? Is it better to use a different compiler or programming environment? I specifically want to work on C and Fortran extensions. Philip Bermingham [[alternative HTML version deleted

[R] Programming Books

2005-06-28 Thread Philip Bermingham
to R. Philip Bermingham __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] looking for the source

2005-06-28 Thread Philip Bermingham
I'm working with the kmeans function in the stats package. This function calls complied fortran program: .Fortran(kmns, as.double(x).) Is there a way to get the source code for this compiled program kmns?? Philip Bermingham [[alternative HTML version deleted

[R] standardization

2005-05-18 Thread Philip Bermingham
SAS Enterprise Miner recommendeds to standardize using X / STDEV(X) versus [X mean(X)] / STDEV(X) Any thoughts on this? Pros Cons Philip __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Finding the right number of clusters

2005-05-17 Thread Philip Bermingham
SAS has something called the cubic criterion cutoff for finding the most appropriate number of clusters. Does R have anything that would replicate that? I've been searching the lists and can't seem to find anything that would point me in the right direction. Thank in advance, Philip