similar to: Seeking work - Programming or SysAdming

Displaying 20 results from an estimated 4000 matches similar to: "Seeking work - Programming or SysAdming"

2008 Mar 14
1
Buggy Kinderman-Ramage (PR#2846)
Unfortunately, RNGkind is buggy. It will not generate warnings except the full name "Buggy Kinderman-Ramage" is supplied for normal.kind. match.arg is supposed to be called before "==" comparison. ======================================== Shengqiao Li Research Associate The Department of Statistics PO Box 6330 West Virginia University Morgantown, WV 26506-6330
1999 Aug 31
1
AutoCAD R14 and Eagle Point
Samba List: Is anyone out there using AutoCAD R14 and Eagle Point? One of my clients received the latest version of Eagle Point, and the time to load files has become horrible. It has increased from 1 min to 15 min! All files are on the Linux server and the stations we did the initial tests with are PIII w/128MB RAM. The AutoCAD file loads quick, but once the Eagle Point files begin to load
2008 Aug 14
2
RNG Cycle and Duplication
Hello all, I am generating large samples of random numbers. The RNG help page says: "All the supplied uniform generators return 32-bit integer values that are converted to doubles, so they take at most 2^32 distinct values and long runs will return duplicated values." But I find that the cycles are not the same as the 32-bit integer. My test indicated that the cycles for
2008 Aug 05
5
boxplot with average instead of median
I really like the ease of use with the boxplot command in R. I would rather have a boxplot that shows the average value and the standard deviation then the median value and the quartiles. Is there a way to do this? Chad Junkermeier, Graduate Student Dept. of Physics West Virginia University PO Box 6315 210 Hodges Hall Morgantown WV 26506-6315 phone: (304) 293-3442 ext. 1430 fax: (304)
1999 Oct 19
0
which NIC to use?
Samba users: We have a client we are trying to resolve some Samba transfer problems with. We currently are using a 3Com 3C905B 10/100 NIC which has been successfully configured and works at 100Mbps but doesn't seem to be transferring at what it could be. >From posting another problem I had with a network program, another Samba user mentioned that the 3Com cards don't work best with
2008 Aug 14
0
[R] RNG Cycle and Duplication (PR#12538)
Shengqiao Li wrote: > Hello all, > > I am generating large samples of random numbers. The RNG help page says: > "All the supplied uniform generators return 32-bit integer values that are > converted to doubles, so they take at most 2^32 distinct values and long > runs will return duplicated values." But I find that the cycles are not > the same as the 32-bit
2003 Dec 30
1
Rmpi and PBS
Hello: Anybody knows how to run Rmpi through PBS (Portable Batch System) on a cluster computer. I'm using a supercomputer which require to submit jobs to PBS queue for dispatching. I tried use mpirun in my PBS script. But all my Rslaves are spawned to the same node. This is not desired. Any suggestions are welcome! Thanks in advance. ======================================== Shengqiao Li
2005 Apr 13
1
R in Windows
Has anyone tried to create dialog boxes for Windows in R so that one doesn't have to type in so much information but rather enter it in a menu-based format. If not, does anyone plan on doing this in the future if it's possible? Thanks. George (Kelley) George A. Kelley, DA, FACSM Professor & Director, Meta-Analytic Research Group School of Medicine Department of Community Medicine
1999 Apr 27
0
Eagle Point upgrade causes problems
Samba Users: One of my clients is using Samba 2.0.3 on Linux 5.0 with approximately 25 clients. This particular client is an architectural and civil engineering group using AutoCAD R12 for all their drawings. One of the add-on programs the civil engineering techs use is Eagle Point of which they just received an "upgrade". Prior to the upgrade load times were acceptable at about one
1999 Feb 23
0
very confusing problem, part II
Samba Users: Here's a summary for several responses I have received since my original posting yesterday. Thanks for your help. Jan Kratochvil had a suggestion on running 'tcpdump' obtained from the Samba site. I did this for the station having difficulty, and the program core-dumped. From reading the resulting output created, that data starts to transfer and then becomes 0000 values.
2008 Jun 24
2
persp plot
I have a set of data in the form x1, y1, z1 x1, y2, z2 ... x1, yN, zN x2, y1, z(N+1) x2, y2, z(N+2) ... x2, yN, z(2N) ...and so on... xM, yN, val(M*N) I have been trying to figure out how to get R to use this data in a persp plot. So far the only thing that I can figure out to do is to break the data file into three different files. The first file contains the x-coordinate data: x1 x2
1998 Sep 03
2
failed to set socket options
Samba Users: We have Samba v1.9. and are having a small difficulty with the "socket options" and "??? timeout" parameters. When we set it to ?TCP_NODELAY, our log file indicates "Failed to set socket option TCP_NODELAY". This also happened on an earlier version of Samba as well. Has anyone else had a similar problem and found a solution? Also, when setting
2008 Aug 14
2
[R] RNG Cycle and Duplication (PR#12540)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-851401618-1218751024=:15885 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE I didn't describe the problem clearly. It's about the number of distinct=20 values. So just
2006 Oct 10
1
read.table versus read.csv (PR#9284)
This message is in MIME format. --=_6vx1wr5xhvr4 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear R Core Team, Help to 'read.table' claims that 'read.csv' is identical to 'read.table' except for the defaults. However, 'read.table' seems
2002 Aug 07
2
Constructing titles from list of expressions
Hello! I have the following problem: I have a function to construct three surfaceplots with a marker for an optimum, each of the plots has as title paste("Estimated ",pred.var.lab," for ",var.lab[1]," vs. ",var.lab[2],sep="") with different var.lab[1,2] each time. My problem is now that I need to allow for plotmath expressions in the variables pred.var.lab
2009 Mar 20
2
plotting two variables with a third used for color
I have a problem where I have two columns of data that I can simply plot using: plot(wV[0:15,3],wY[0:15,3]). This produces my desired plot. Now, say I have a third variable that I would like to introduce and use that variable to set different colors in the plot In this case, say I wanted values greater than 0 to be "blue" and values less than 0 to be "red" Basically, my
2010 Aug 29
3
Three-dimensional contingency table
Hi, I am trying to assemble a three-way contingency table examining the presence/absence of mussels, water depth (Depth1 and Depth 2) and water velocity (Flow vs. No Flow). I have written the following code listed below; however, when run the glm I get the following message, "Error in model.frame.default(formula = Count ~ MP + wd + wv, drop.unused.levels = TRUE) : variable lengths differ
2008 Jan 14
1
savehistory in OSX version
Running Version 2.6.0 GUI 1.21. Generally, I enjoy working with the OSX GUI, which has some very pleasant features. Kudos to the developers! There is a nice history panel which slides out of the Console window. The buttons on the panel work as expected. I am puzzled by the behavior of history() and savehistory() run from the Console window. I would think that these functions would view and
2010 Jun 01
1
mvbutils and trackObjs
Hello Colleagues, I've recently become a fan of Mark Bravington's mvbutils package for organizing analysis projects in a tree. Using cd(), Save(), fixr(), mlazy() etcetera solves nicely some of the nuisances that have worried or annoyed me and sometimes caused big problems over the years. Well thought out. Now one feature that would be fabulous would be automatic time-stamping of
2011 Jul 25
0
tag.exe & stderr
"j ." <hufaunder at yahoo.com> > I am using "tag.exe --simple [filename]"?to get some information about tags > for a flac file. However, the output is going to stderr. ... > So am I doing something wrong or does tag send all info to > stderr? If so is there a reason why? I have never used Tag, but when I looked in the instruction file at: