search for: gatehouse

Displaying 20 results from an estimated 24 matches for "gatehouse".

2003 Apr 02
4
vectorize an expression
Dear listers, I'm having a bad R day. I just can't think of the vectorized equivalent of: for (ii in 1:n) aa[ii] = bb[ii,cc[ii]] Any suggestion received with embarrassment and gratitude Simon Gatehouse CSIRO Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW Mail: PO Box 136, North Ryde NSW 1670, Australia Phone: 61 (2) 9490 8677 Fax: 61 (2) 9490 8921 Mobile: 61 0407 130 635 E-mail: simon.gatehouse at csiro.a...
2007 Nov 07
2
Adding submenus to existing consol GUI menu
...ot;saveCSV()") and have them appear under the initial 'File' item rather than add a new 'File' menu item. I seem to recall from somewhere that this is inadvisable, however is it possible from within R and if so what might be the consequences of such additions? *Simon Gatehouse* *Hellman & Schofield Pty Ltd* 6/3 Trelawney St., Eastwood, NSW, 2122 P.O. Box 599, Beecroft, NSW, 2119 Ph: (02) 9858 3863 Fax: (02) 9858 4057 Mb 0407 130 635 Skype s.gatehouse
2002 Aug 25
1
windows focus and setting active device
...indow which currently has focus and using that information to make it the active device for futher plotting etc. I have done a quick seaqrch in R the archives using 'focus active device' but came up with nothing useful. Any information would be most welcome. Thanks in anticipation. Simon Gatehouse *********************************** Simon Gatehouse CSIRO Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW Mail: PO Box 136, North Ryde NSW 1670, Australia Phone: 61 (2) 9490 8677 Fax: 61 (2) 9490 8921 Mobile: 6...
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
...th=C:/PROGRA~1/R/rw1051/library/SJava/libs" As far as I can tell all file references appear to be OK Has anyone tried this under similar circumstances? Am I missing something obvious? I have little idea about where to proceed next. Any suggestions would be much appreciated. Regards Simon Gatehouse *********************************** Simon Gatehouse CSIRO Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW Mail: PO Box 136, North Ryde NSW 1670, Australia Phone: 61 (2) 9490 8677 Fax: 61 (2) 9490 8921 Mobile: 61...
2002 Mar 21
1
RGui error on Windows 2000
...n R or .Rdata files. Interestingly, the problem did not recur when the offending VB exectable was installed again and both R and the other program now happily coexist. In short, I don't know what caused the problem nor what a general solution might be. *********************************** Simon Gatehouse CSIRO Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW Mail: PO Box 136, North Ryde NSW 1670, Australia Phone: 61 (2) 9490 8677 Fax: 61 (2) 9490 8921 Mobile: 61 0407 130 635 E-mail: simon.gatehouse at csiro.a...
2003 Nov 27
2
Getting rid of loops?
I wrote a function to calculate cosine distances between rows of a matrix. It uses two loops and is slow. Any suggestions to speed this up? Thanks in advance. theta.dist <- function(x){ res <- matrix(NA, nrow(x), nrow(x)) for (i in 1:nrow(x)){ for(j in 1:nrow(x)){ if (i > j) res[i, j] <- res[j, i] else { v1 <- x[i,] v2 <- x[j,]
2011 Nov 23
2
bizarre seq() behavior?
...re seq() behavior below? > seq(2,8.1, lenght.out=3) [1] 2 3 4 5 6 7 8 > help(seq) > seq(2,8,length.out=3) [1] 2 5 8 > seq(2,8.1,length.out=3) [1] 2.00 5.05 8.10 Except maybe that it is early in the morning :) Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2002 May 21
1
windows common dialog for color selection in R
...an executable called with system() or shell() or perhaps a tcltk module or have I missed something obvious? I don't believe that I have the experience or time at this stage to try a dynamic link as outlined in FAQ. Any comments would be most welcome. *********************************** Simon Gatehouse CSIRO Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW Mail: PO Box 136, North Ryde NSW 1670, Australia Phone: 61 (2) 9490 8677 Fax: 61 (2) 9490 8921 Mobile: 61 0407 130 635 E-mail: simon.gatehouse at csiro.a...
2003 Jun 03
2
winMenuAdd misbehaving?
...lse get the same behaviour? 2) If this is intended for some reason, and not a bug, then is there a way of invoking the update of the menu bar from within .First() or perhaps using command line arguement? Perhaps I'm missing something obvious. Any suggestions are most welcome. Regards Simon Gatehouse *********************************** CSIRO Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW Mail: PO Box 136, North Ryde NSW 1670, Australia Phone: 61 (2) 9490 8677 Fax: 61 (2) 9490 8921 Mobile: 61 0407 130 635...
2012 Jan 10
2
strange Sys.Date() side effect
Any ideas what is the problem with this code? > N <- 2; c(Sys.Date(), sprintf('N = %d', N)) [1] "2012-01-10" NA Warning message: In as.POSIXlt.Date(x) : NAs introduced by coercion Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2005 Feb 01
1
Hugh image created from modest data
...rectory is less than 16Megs but image.save is creating an .Rdata image in excess of 800Meg. Could this be consistent in some way? If it is not, or is unusual, how would I go about finding the extra, unwanted information and removing it. Any comment or suggestions would be appreciated Simon Gatehouse [[alternative HTML version deleted]]
2001 Nov 13
4
Floating windows in TCLTK
...ally invoke a sequence of functions without restarting the TCLTK menu after each invocation. Some of the R functions used have screen interactions in the form of locator() and identify() Any tips or abbreviated code snippets would be very much appreciated. I'm running R in Windows 2000 Simon Gatehouse CSIRO Division of Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW 2113 Australia -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help"...
2001 Jun 25
1
Linking R to GIS
...t thought I would seek like minded people before pressing too far into the evaluation. Any thoughts or suggested alternative directions or shared examination would be welcome. SimonG **************************************************************************** ***************************** Simon Gatehouse Phone: 61 (2) 9490 8677 Geochemist Mobile:61 0407 130 635 CSIRO Exploration & Mining Fax: 61 (2) 9490 8921 Address: CSIRO Division of Exploration and Mining, Newbigin Close off Julius Ave North Ryde...
2012 Jan 12
3
strsplit() does not split on "."?
...[1] "14.1" $year [1] "2011" $month [1] "12" $day [1] "22" $`svn rev` [1] "57956" $language [1] "R" $version.string [1] "R version 2.14.1 (2011-12-22)" Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2002 Mar 19
0
RGui error
...the final statement being: Error: cannot find unused template file I reinstalled R 1.4.1 and rebooted with no relief and none of my databases (10), or copies of new ones, are now functioning. I fear the worse. Any suggestions at all would be most welcome *********************************** Simon Gatehouse CSIRO Exploration and Mining, Newbigin Close off Julius Ave North Ryde, NSW Mail: PO Box 136, North Ryde NSW 1670, Australia Phone: 61 (2) 9490 8677 Fax: 61 (2) 9490 8921 Mobile: 61 0407 130 635 E-mail: simon.gatehouse at csiro.a...
2010 Sep 27
1
smooth contour lines
....map function, but maybe there is a more generic way of accomplishing the same thing. Ideally there would be an option to control smoothness of the contour lines in contourplot(), or levelplot(), but I cannot find a way to do it. Best regards, Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2012 Jan 25
1
Error in predict.randomForest ... subscript out of bounds with NULL name in X
...f bounds BTW: Just find out that apparently predict() does not like NULL name in X, because this works fine: > one <- rep(1, length(chirps)) > X <- cbind(one,chirps) > rf <- randomForest(X, temp) > yp <- predict(rf, X) Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com -------------------------------------------------------------------------- Confidentiality Notice: This message is private and may ...{{dropped:11}}
2011 Jan 20
1
randomForest: too many elements specified?
...pplicable, still it looks like it is too big data set for this dataset/machine combination. How does memory usage in randomForest scale with dataset size? Is there a way to build global rf model with dataset of this size? Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com RE: [R] randomForest: too many element specified? Liaw, Andy Mon, 17 Jan 2005 05:56:28 -0800 > From: luk > > When I run randonForest with a 169453x5 matrix, I got the > following message. > > Error in mat...
2002 Jan 25
2
selecting clusters of points
All: Are there any functions out there for selecting all the points in a region of a plot. I envision something like the identify() function except one could circle a cloud of points (and perhaps a vector would be returned of the same length as the points plotted indicating logical membership in the circled cloud). Perhaps someone has done something with the locator() function that would
2004 Jul 27
0
Looking for Latest pam_smb Package
In integration of Documentum Sever with Active Directory, the instructions point to pam_smb package version 1.9.8 that can be found on the Samba FTP site. How do I get pam_smb version 3.x? _________________________________________ Mehrdad Khoshand 8111 Gatehouse Rd. Falls Church, VA 22042 Phone: 703.289.2199 / Fax: 703-289-2995