search for: burrow

Displaying 20 results from an estimated 50 matches for "burrow".

Did you mean: borrow
2003 Nov 14
2
installing the next version of R while in an older version
...I need R1.8. Is there a way to update to R1.8 while in R1.7 in the same manner that I can use "update.packages", or do I have to install R1.8 in a separate directory and re-install the many packages I have already installed in R1.7? Thanks in advance for your help - Bill Dr. William R. Burrows Meteorological Research Branch / ARMA Meteorological Service of Canada 4905 Dufferin St. Downsview, Ontario, M3H 5T4 Canada tel: 416-739-4927 fax: 416-739-4221 e-mail: william.burrows at ec.gc.ca
2004 Nov 02
2
Losing connections after starting shorewall
...net all DROP info # The FOLLOWING POLICY MUST BE LAST all all REJECT info ZONES: net Net Internet #LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE INTERFACES: net eth1 detect routefilter,dhcp,tcpflags #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE David Burrow david.burrow@scl.utah.edu The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any other MIME-compliant system, you should be able to save it or view it from within your mailer. If you c...
2013 Feb 02
1
repeating autocovariate functions
...649 174.7174 -35.968 174.7418 -35.9678 174.741 -35.9672 174.7395 -35.9671 (and 150 more) To calculate the autocovariate terms my code is as follows: library(spdep) Taranga <- read.csv(file.choose()) #contains xy coordinates xy <- cbind(Taranga$x, Taranga$y) acinvb <- autocov_dist(Taranga$burrows.pa, xy, nbs=1,zero.policy = TRUE, type="inverse") datfrm <- data.frame(autocov=acinvb, nbs=1) write.table(dfrm, file = 'results.csv',sep=",",row.names = FALSE) acinva <- autocov_dist(Taranga$burrows.pa, xy, nbs=100,zero.policy = TRUE, type="inverse&quot...
2002 Aug 04
0
Re:samba digest, Vol 1 #1482 - 16 msgs
...ld Riggs) 3. Re: Desperately needing help with Samba (Joel Hammer) 4. Swat & mac os x (Steffan A. Cline) 5. Re: RE: winbind and gdm on RH7.3 (Ken McCord) 6. Japanese Characters between Linux Server to Mac OS X Client (Suraj K. Rai) 7. Re: Uploading Printer Drivers with XP (Philip Burrow) 8. Re: Outlook/Express Crawling with Domains (Philip Burrow) 9. WebMin vs SWAT (Steffan A. Cline) 10. Re: ShellClassInfo (Philip Burrow) 11. "Denied Access" when using APW?????? HELP!!!! (Jason Corekin) 12. Re: "Denied Access" when using APW?????? HELP!!!! (Jason...
2008 Sep 15
1
How to plot a matrix of intervals
...h this matrix I would like to produce a plot with the samples on the y-axis and the locations on the x-axis. A black dot should be plotted for any event and consecutive black dots should be connected by a line to represent intervals. How can I produce such a plot in R? Thanks for any help, Stacey Burrows __________________________________________________________________ [[elided Yahoo spam]] [[alternative HTML version deleted]]
2008 Sep 17
2
modifying patterns in a matrix
Dear R-users, I have some very simple data where 1's represent events and zeroes non-events, e.g. temp <- rbind(c(0,1,0,0,1,1,1,0), c(0,0,0,1,0,0,0,0)) For each row in the matrix, I would like to replace a singelton event by a 0. That is, any 1 surrounded by zeroes (010) should be replaced by a zero (000). Sequences of 1's should be left unchanged. So the modified matrix shoud look
2005 Dec 13
3
help with writing function
I'm trying to write a function that takes a vector of length n and then takes the first value of the vector i.e j=1 and forms a new vector of length n (i.e replicate the first value n times). This function will then calculate the absoulte difference of the original vector and the new vector and store the results omitting the difference between the value and itself. This function should
2001 Oct 26
3
question about anova() output
...) Analysis of Variance Table Response: CH50mg Df Sum Sq Mean Sq F value Pr(>F) sample 2 0.061927 0.030964 12.0948 0.0004093 run 2 0.071029 0.035515 13.8725 0.0001931 sample:run 4 0.010444 0.002611 1.0199 0.4221699 Residuals 19 0.048642 0.002560 TIA, -- Robert Burrows New England Biometrics rbb at nebiometrics.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body&quo...
2007 Jul 26
3
Newbie Advice on Asterisk and Linux
HI All, I?m new to Asterisk and also to Linux. I have a large IVR project that I?m about to embark on. I?m new to programming; new to Linux and new to Asterisk. I think I?m about to climb a steep learning curve. I have an existing IVR which is getting on for nine years old and is no longer supported by my vendor. I intend to replicate the system almost as is and then add additional
1998 Jul 29
1
R-beta: problem installing packages
...s, but typing e.g. "library(nnet)" gets "Warning: Package 'nnet' contains no R code". It appears to me the code is there and I have checked the permissions and so forth. The packages that come with R (mva, eda, stepfun) all seem to load. What am I missing? TIA, Robert Burrows rbb at nebiometrics.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)...
1999 Mar 02
1
the R interpreter
Hello, What can I read to learn more about interpreters in general and the R interpreter in particular? As for my level of computer competence, I can maintain my Linux system pretty easily and I can program a bit in C and Python. TIA, Robert Burrows rbb at nebiometrics.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)...
1999 Dec 19
1
preparing *.Rd files
How do you prepare a *.Rd documentation file? What is that format? TIA, Robert Burrows rbb at nebiometrics.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)...
2008 Jul 11
1
reading in a subset of a large data set
I have a huge dataset for which I only want to read in a subset of it. Is it possible to use read.table to read in only a subset of the data? For example, something like read.table('~/data.txt', subset = chromosome=='1' ) If not, then why not? This seems to be a feature available in all other statistical software. Thanks, Stacey
2004 Sep 10
0
Re: Flac-dev digest, Vol 1 #235 - 1 msg
...> * CVS sync as of 8 Apr 2002 (closes: #139835). The relevant changes (f= or the > gory details see /usr/share/doc/freecraft/doc/Changelog.html) are: > - This release fixes several crashes observed by the most extensive = tester > that freecraft in Debian has: Daniel Burrows (that I've noticed, m= aybe > there are others :-) . > - CD player support for libcda, SDL and madmp3. > - Flac, OGG and MP3 audio format added (not compiled in because are > unstable yet). > - Randomize start positions in network play, by Daniel Bur...
2002 Aug 04
1
"Denied Access" when using APW?????? HELP!!!!
I know that I have been posting WAY too frequently, but know one has answered my pleas with anything that helped. No matter how I try to use the RPC calls, whenever I try to add a new printer to a my Samba 2.2.5 server I get an "access denied" error. I am running on RH 7.3 and have patch everything including Samba with the patches from Jerry's patch folder. My user has full
2008 May 22
1
Extracting slots from ROCR prediction objects
Hi, I have an object from the prediction function from the ROCR package and I would like to extract one of the slots from the object, for example the cutoffs slot. However the usual techniques ($, [["name"]]) of subsetting don't work. How can I assess the lists in the slots? Here is an example of what I am working with: library(ROCR) data(ROCR.simple) pred <-
2005 Mar 14
2
New HP Printer Drivers wont upload (samba 3.0.11)
Maybe there's a trivial solution to this, but it's confused the hell out of me. I'm trying to upload the latest Windows XP PCL6 driver for our Laserjet 4250TN to my Samba 3.0.11 server. It works, and uploads the driver files, but then at the end it produces an error on the XP client "the operation could not be completed". The logs on the samba server state:
2007 Dec 18
1
Markdown is confused by quoted text inside a list inside a list
Howdy, The following bug report was submitted to the Debian bug tracking system. I verified that the problem it describes is still present in the latest beta. If you reply to this message, please preserve the CC to 456595-forwarded at bugs.debian.org. ----- Forwarded message from Daniel Burrows <dburrows at debian.org> ----- From: Daniel Burrows <dburrows at debian.org> Subject: Bug#456595: Markdown is confused by quoted text inside a list inside a list. To: Debian Bug Tracking System <submit at bugs.debian.org> Date: Sun, 16 Dec 2007 12:42:12 -0800 Package: markdown...
2016 Apr 10
0
R.squared in summary.lm with weights
Martin - Thanks, but although hatvalues() is useful for calculating PRESS, I can't find anything directly relevant to my question in the influence help pages. After some burrowing in the literature I'm doubting there is an answer out there (PRESS R^2 is always presented in a fairly ad hoc way). This is a new topic, as you say, and perhaps better handled on a statistics list. Murray Efford [BTW stats ::: influence.lm just gets me function (model, do.coef = TRUE, ...)...
1999 Jun 07
2
R and glibc-2.1.1
.../R/bin/R.binary'. Program terminated with signal 11, Segmentation fault. #0 0x40188ab3 in ?? () This is with RedHat 5.1, kernel 2.2.1. I got glibc-2.1.1 from the GNU web site and compiled it myself, then recompiled and installed R. Any suggestions will be much appreciated. TIA, Robert Burrows rbb at nebiometrics.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)...