search for: obenchain

Displaying 10 results from an estimated 10 matches for "obenchain".

2004 Sep 09
1
Interacting with Clusters...
...ividual clusters and/or compare pairs of clusters in terms for the X-characteristics of their patients. Is anybody currently working on developing this sort of point-and-click capability in R? I would be very interested in becoming an alpha or beta tester of this functionality. ...BobO. Bob Obenchain, PhD, Research Advisor US Medical - Outcomes Research Lilly Corporate Center, Indianapolis, IN 46285-5024 (317) 276-3150 voice, (317) 276-0427 fax, ochain@lilly.com [[alternative HTML version deleted]]
2015 Mar 30
2
nested parallel workers
On 03/25/2015 07:48 PM, Simon Urbanek wrote: > On Mar 25, 2015, at 3:46 PM, Valerie Obenchain <vobencha at fredhutch.org> wrote: > >> Hi Simon, >> >> I'm having trouble with nested parallel workers, specifically, forking inside socket connections. >> > > You simply can't by definition - when you fork *all* the workers share the same connection...
2015 Mar 30
0
nested parallel workers
On Mar 30, 2015, at 4:40 PM, Valerie Obenchain <vobencha at fredhutch.org> wrote: > On 03/25/2015 07:48 PM, Simon Urbanek wrote: >> On Mar 25, 2015, at 3:46 PM, Valerie Obenchain <vobencha at fredhutch.org> wrote: >> >>> Hi Simon, >>> >>> I'm having trouble with nested parallel worker...
2015 Mar 25
2
nested parallel workers
Hi Simon, I'm having trouble with nested parallel workers, specifically, forking inside socket connections. When mclapply is called inside a SOCK, PSOCK or FORK worker I get an error in unserialize(). cl <- makeCluster(1, "SOCK") fun = function(i) { library(parallel) mclapply(1:2, sqrt) } Failure occurs after multiple calls to clusterApply: > clusterApply(cl, 1,
2013 Jul 02
2
cache most-recent dispatch
Hi, S4 method dispatch can be very slow. Would it be reasonable to cache the most recent dispatch, anticipating the next invocation will be on the same type? This would be very helpful in loops. fun0 <- function(x) sapply(x, paste, collapse="+") fun1 <- function(x) { paste <- selectMethod(paste, class(x[[1]])) sapply(x, paste,
2015 Mar 26
0
nested parallel workers
On Mar 25, 2015, at 3:46 PM, Valerie Obenchain <vobencha at fredhutch.org> wrote: > Hi Simon, > > I'm having trouble with nested parallel workers, specifically, forking inside socket connections. > You simply can't by definition - when you fork *all* the workers share the same connection inherited from the parent,...
2004 Aug 16
0
Interacting with Clusters...
...d would be willing to participate on a thesis committee. For example, I can perform almost all of the point-and-click operations I am interested in from existing menu items in JMP version 5.1, but I have not been able to develop usable JMP scripts to automate the basic processes. ...BobO. Bob Obenchain, PhD, Research Advisor US Medical - Outcomes Research Lilly Corporate Center, Indianapolis, IN 46285-5024 (317) 276-3150 voice, (317) 276-0427 fax, ochain@lilly.com [[alternative HTML version deleted]]
2008 Aug 28
1
RCurl: authentication when posting forms
Hi, Has anyone successfully used RCurl for posting data to a password-protected site? I have tired using option netrc=1 with both postForm and curlPerform (with postfields option) but can't authenticate. I would happily provide more details if some one has had some experience with this. Thanks very much. Valerie
2012 May 28
0
multiple plot in ICEInfer
Hi I'm working in the excellent ICEinfer package which calculates bootstrapped cost-effectiveness ratios Obenchain, B. (2011). ICEinfer: #Incremental Cost-Effectiveness (ICE) Statistical Inference from Two Unbiased Samples. R package version 1.0-0. http://CRAN.R-#project.org/package=ICEinfer # Display the Bootstrap ICE Uncertainty Distribution... > plot(dpunc) # to create 'ICEwedge': an Incrementa...
2008 Aug 27
1
RCurl: using netrc with curlPerform
Hello, I am having trouble getting the curlPerform function to authenticate using the .netrc file. From the documentation I've read it certainly seems as though this function should be able to authenticate via the .netrc file. The example I am using here comes from the "R as a Web Client- the RCurl package" paper and demonstrates using the .netrc file to access the