search for: mcmahan

Displaying 16 results from an estimated 16 matches for "mcmahan".

2004 Mar 02
5
cat() in long-running functions only shows up on window resize (PR#6634)
Full_Name: Peter McMahan Version: R 1.8.0 GUI OS: Windows 2000 Submission from: (NULL) (67.107.205.66) when running long functions with cat() commands inside, the requested data doesn't show up until either the function has finished or the window is resized. this is very frustrating for development purposes. thanks,...
2008 Jan 08
1
loading igraph package on Solaris
...to compile and install from a local directory without issues using simply "R CMD INSTALL igraph", however "library(igraph)" from within R gives the following errors: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/home/mcmahan/R/i386-pc- solaris2.10-library/2.5/igraph/libs/igraph.so': ld.so.1: R: fatal: relocation error: file /home/mcmahan/R/i386-pc- solaris2.10-library/2.5/igraph/libs/igraph.so: symbol __1cDstdEcerr_: referenced symbol not found Error : .onLoad failed in 'loadNamespace' for 'igrap...
2008 Jan 11
3
changing the values in a list
useR's, Does anyone know of an efficient way to change the values in a list to different numbers stored in an object? For example, consider the following: y <- matrix(c(20, 13, 25, 10, 17), ncol = 1) > res [[1]] [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14] [1,] NA NA NA 1.25 0.25 0.75 NA NA NA NA NA NA 1.25 0.25 [2,]
2007 Oct 17
3
how to repeat the results of a generated probabilities
hello, I want to simulate 200 times the mean of a joint probability (y1) and 200 times the mean of another joint distribution (y2), that is I'm expecting to get 200 means of y1 and 200 means of y2. y1 and y2 are probabilities that I calculate from the marginal prob. (z1 and z2 respectively) multiple by the conditional prob. (x1 and x2 respectively), which I generaterd from the binomial
2003 Dec 10
1
RODBC with RAqua
Hi, I use RAqua on mac os x 10.3. I am trying to connect to an odbc dsn, but RODBC can't seem to find it. I have it installed in my ODBC Administrator in /Applications/Utilities as a system-wide data source. does RODBC need more than just the dsn name (like a path or something)? I have everything set up identically on a windows box, and all seems to work fine. thanks, peter
2003 Dec 18
1
R and Sybase
Hi, I'm trying to get R connected to Sybase on a Linux machine. I'm relatively new to databases, particularly the connectivity side. Do I have to use RODBC and install ODBC support on the system (a huge pain with Sybase, as you have to install a scaled-down version of Sybase itself on the system to get it to work with ODBC), or can I somehow use DBI to do it. Other processes on the
2007 Mar 20
1
lattice key (legend) with both points and lines
Hello, I'm running into a frustrating problem with the legend on a lattice plot I'm working with. The plot is a stripplot with a panel.linejoin () line running through the mean of each of the categories. Thus there are both points and lines in the plot. In trying to make a key for the plot, I can't figure out how to make a legend for both the points and the lines. What I'd
2004 Mar 02
0
cat() in long-running functions only shows up on window (PR#6636)
peter_mcmahan@yahoo.com wrote: > Full_Name: Peter McMahan > Version: R 1.8.0 GUI > OS: Windows 2000 > Submission from: (NULL) (67.107.205.66) > > > when running long functions with cat() commands inside, the requested data > doesn't show up until either the function has finished or...
2004 Mar 02
0
cat() in long-running functions only shows up on window resize(PR#6634)
...ably get better results if you use flush.console() instead of cat() inside long running functions. HTH, Jim James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 >>> <peter_mcmahan@yahoo.com> 03/02/04 11:36AM >>> Full_Name: Peter McMahan Version: R 1.8.0 GUI OS: Windows 2000 Submission from: (NULL) (67.107.205.66) when running long functions with cat() commands inside, the requested data doesn't show up until either the function has finished or the window is...
2004 Mar 02
0
cat() in long-running functions only shows up on (PR#6637)
...ably get better results if you use flush.console() instead of cat() inside long running functions. HTH, Jim James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 >>> <peter_mcmahan@yahoo.com> 03/02/04 11:36AM >>> Full_Name: Peter McMahan Version: R 1.8.0 GUI OS: Windows 2000 Submission from: (NULL) (67.107.205.66) when running long functions with cat() commands inside, the requested data doesn't show up until either the function has finished or the window is...
2003 Dec 03
1
RAqua line-editor navigation keys
this is a suggestion for a feature in future releases of RAqua for mac OS X: It would be very nice if the gui conformed to the navigation keys that most other os x apps do (with the exception of ms word and mozilla). i am referring to the use of ctrl- f, b, n, p, e, and a for navigating forward one character, backwards one character, up one line, down one line, to the end of a line, and to the
2007 Mar 16
2
Duplicated non contiguous element in a list
Hello, Given a vector I would like to rapidly identify duplicated non contiguous elements. Given for example c(1, 1, 2, 3, 2, 4, 5, 6, 4) I would like to get: FALSE FALSE TRUE FALSE TRUE TRUE FALSE FALSE TRUE In fact I need to check this on the columns of a matrix! I can do that of couse with loops but is there any function already available? Thanks
2007 Mar 16
1
Fast lookup in ragged array
Hello, I'm running an algorithm for graph structural cohesion that requires a depth-first search of subgraphs of a rather large network. The algorithm will necessarily be redundant in the subgraphs it recurses to, so to speed up the process I implemented a check at each subgraph to see if it's been searched already. This algorithm is very slow, and takes days to complete on a
2008 Feb 13
5
passing username and password to source()
Please, is it possible to pass an username and a password to source() to access code stored in restricted access web server? I know I can use commands like... > source("http://mire.environmentalchange.net/~webmaster/R/3Dsurface.r") but I am not able to find if it is possible to pass authorization parameters together with the link. Thanks you for your help, Ricardo -- Ricardo
1999 Mar 22
86
SWAT
I was playing with this on my test machine, (redhat 5.2, samba 2.0.3) worked great, and I was really impressed. So I decided to install this on my office machine. (redhat 4.2, samba 2.0.3) and the only significant difference is that on the office machine, I use encrypted passwords. I cannot get swat to authenticate on the second machine. That is, no matter what account, password combination
2008 Feb 12
1
gWidgets process management
Hello, I'm trying to make a graphical interface for an R function I've written. A common use for the function is to call it with specific parameters, and then watch the output as it evolves. There's not necessarily a logical stopping point, so I usually use ctrl-C when I'm done to stop it. I've made a gWidgets interface to the function that gets some user info and then on a