search for: blackwell

Displaying 20 results from an estimated 276 matches for "blackwell".

2009 Mar 15
1
Nut-upsuser Digest, Vol 45, Issue 13
...upsuser] Weird Load and Battery Temp Readings > To: nut-upsuser at lists.alioth.debian.org > Message-ID: <20090314214708.37122w00w79l6u9s at mail.de-korte.org> > Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; > format="flowed" > > Citeren Bob Blackwell <rc.blackwell at yahoo.ca>: > > [...] > >> The systems message.log contains several lines with; >> >> Mar 13 19:16:20 DNS323_NAS user.warn kernel: usb 1-1.2: usbfs: process >> 26398 (usbhid-ups) did not claim interface 0 before use >> > > T...
2003 Nov 02
2
cannot have a function argument named 'break'
Dear list - I just discovered to my surprise that I cannot define a function with an argument named 'break' or 'while'! 'breaks' is okay. Maybe this is no surprise to the R developers. R-1.7.1, 2003-06-16, i686-pc-linux-gnu. - tom blackwell - u michigan medical school - ann arbor -
2004 Mar 24
7
binding vectors or matrix using their names
Hello list, I have two vectors x and x2: x=runif(10) x2=runif(10) and one vectors with their names : my.names=c("x","x2") I would like to cbind these two vectors using their names contained in the vector my.names. I can create a string with comma ncomma=paste(my.names,collapse=",") and now, I just need a function to transform this string into a adequate
2003 Sep 16
1
help("print") seems truncated
...the page displayed by help("print") ends with the line " ## Printing of factors illustrated for ex" and then no more. It looks as though something got truncated here. I think this is an R that I compiled from source off of CRAN, but I can't quite remember. - tom blackwell - u michigan medical school - ann arbor -
2009 Nov 11
2
Input Voltage Not Shown - RS900 - Web Interface
I've just upgraded from r1865 to r2103. After doing so Input voltage for an APC RS900 no longer appears on the web tools graph. Instead of seeing a bar indicating Input Voltage the words "Not Supported" appears. Why does the graph no longer report Input Voltage when selecting "All Data" does; Back-UPS RS 900 battery.charge : 47 battery.charge.low : 10
2010 Apr 22
1
Offending Line Break
...r ALIGN=CENTER> <th COLSPAN="2" BGCOLOR="#60B0B0"> <a href="http://www.networkupstools.org" target="new"> <IMG SRC="nut-banner.png"></a> </th> </tr> You may wish to correct this for future releases. Bob Blackwell Pickering, Ontario www.afticarr.com Organ donation can save a life. Please sign your organ donor card.
2008 Dec 02
4
Educentos?
Is there an Edubuntu equivalent for Centos?
2003 Oct 27
3
expanding factor with NA
I have a factor (with "n" observations and "k" levels), with only "nobs" < n of the observations not missing. I would like to produce a (n x k) model matrix with treatment contrasts for this factor, with rows of NAs placeholding the missing observations. If I use model.matrix() I get back a (nobs x k) matrix. Is there an easy way to get the (n x k) without
2003 Dec 18
3
mclust - clustering by spatial patterns
Dear All, I have spatial data (presence/absence for 4000 squares) on 250 bird species and would like to use a model-based clustering technique to test for species associations. Is there any way of passing a distance/correlation matrix to mclust as with hclust, rather than the actual data? Or alternatively, is there a way of getting mclust to handle binary data? I'd appreciate any
2003 Feb 21
2
how to chage values in data frame to NA iside a function
Dear all I have a function in which I would like to change some values to NA according to some condition. dropout<-function(y, nahr=FALSE,...) { <some stuff for computing an index> if (nahr) y[index]<<-NA invisible(index) } in case y is a vector all works OK but if it is a part of data frame by calling dropout(df$y) or dropout(df[,number]) no change is done. Please can you
2003 Oct 02
3
Query: weighting cells in histogram
I have the 'breaks' for the histogram ('hist') but I want weight the cells instead of using actual observations. I thought that using freq=FALSE implied that the numbers in 'x' were weights but this turned out to be wrong. Any help and/or comment is very much appreciated. Regards, M?rten M?rten Bjellerup Doctoral Student in Economics School of Management and Economics
2014 Nov 08
4
Can't get pictures off camera
Hi, I'm trying to download some pictures off my camera and I keep getting an error. This used to work at some point although I can't say when. The camera is a Cannon EOS and I plug it in to a USB port and turn it on and I get a dialog box with a title of "Cannon Digital Camera" saying "You have just inserted a medium with digital photos...blah blah...". When I
2003 Apr 22
7
Subject: Eliminate repeated components from a vector X-Mailer: VM 7.00 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Reply-To: fjmolina at lbl.gov FCC: /home/f/.xemacs/mail/sent Does anyone know how I can eliminate repeated elements from a vector?
2004 Aug 06
2
directory servers
On Thu, 21 Nov 2002, Martin Blackwell wrote: | i remember a while ago when nothing was listed- or yp.icecast.org didnt like | mozilla 1.1 yp.icecast.org has been broken for some time, and the icecast "maintainers" do not seem to care. It's a orphaned site, for all intents and purposes, it seems. Unless "they&quot...
2003 Jan 13
3
mapping usernames between Windows and Linux
My username is different on my Linux box than on my Windows box so I used the line username map = /etc/samba/smbusers in my smb.conf file and this file includes the line steve = steveb However when I'm logged on to my Linux box as 'steve' and use the smbclient command like this: # smbclient //<Windows computer>/Shared ... session setup failed: NT_STATUS_LOGON_FAILURE it
2004 Feb 17
10
How to write efficient R code
I have been lurking in this list a while and searching in the archives to find out how one learns to write fast R code. One solution seems to be to write part of the code not in R but in C. However after finding a benchmark article (http://www.sciviews.org/other/benchmark.htm) I have been more interested in making the R code itself more efficient. I would like to find more info about this. I have
2003 Oct 06
4
Apply and its friends
Hi, Forgive a very basic question... I need to take two lists-of-lists, and apply a function to each pair of elements in the lists to return a single list... For example l1 <- list(1:5,6:10,2:15) l2 <- list(1:8,4:12,1:19,4:20) I could easily do an lapply across each of them, but is there a function that does a sort-of pairwise-apply across both together? Does anybody know of a good
2003 Oct 15
3
Fw: SIMCA algorithm implementation
I have used PCA for data classification by visual examination of the 3D scatter plot of the first 3 principal components. I now want to use the results to predict the class for new data. I have used predict.princomp to predict the scores and then visualise the results on a 3D scatter plot using the rgl library. However, is there an R function that will fit the new data to the class assignments
2003 Nov 10
2
boot package question: sampling on factor, not row
Hi all: I've been looking at the boot package to "bootstrap" sample my data in a particular way. I haven't figured out how to set this up using the boot() command and thus have resorted to trying to write my own script (although I'd prefer if I could get boot() to work for this problem!) The dataset is set up in the following way: ix(factor) value 1 5.73 1 6.99 1
2003 Jun 04
2
plot rpart tree's from list object
Hello, i want the post plot's from a rpart list object with 18 tree's , getting no error - but getting no files,too? Perhaps i should using assign!? for (i in 1:length(treeList)) { post(treeList[[i]],filename=paste("Tree","i",sep=".ps"), title="Arbeitszufriedenheit", digits=getOption("digits") - 0,use.n=TRUE) } many thanks for help,