search for: burrowing

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

Did you mean: borrowing
2003 Nov 14
2
installing the next version of R while in an older version
Hello - I am a fairly new user of R. I currently have R1.7 installed. I tried to install the KernSmooth package but a message tells me 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
2004 Nov 02
2
Losing connections after starting shorewall
All, Sorry for the potentially stupid question. I''ve looked at the FAQ''s, albeit quickly, and haven''t found anything that I''m understanding will help this problem. A couple of days ago I restarted my SUSE linux box to try to resolve a problem with a vsftp server configuration, and when the box came back up, I couldn''t connect remotely to my
2013 Feb 02
1
repeating autocovariate functions
Hi there, Just wondering why my post was rejected? cheersRachel Subject: repeating autocovariate functions From: r-help-owner@r-project.org To: moyble@hotmail.com Date: Sat, 2 Feb 2013 02:56:27 +0100 Message rejected by filter rule match --Forwarded Message Attachment-- Date: Fri, 1 Feb 2013 17:56:14 -0800 From: moyble@hotmail.com To: r-help@r-project.org Subject: repeating autocovariate
2002 Aug 04
0
Re:samba digest, Vol 1 #1482 - 16 msgs
I am out of the office until Tuesday Aug 6th. If you need immediate attention please contact Don Jemtrud at don@magnumlog.com or call 297-6205. >>> "samba@lists.samba.org" 08/04/02 08:26 >>> Send samba mailing list submissions to samba@lists.samba.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.samba.org/mailman/listinfo/samba or, via
2008 Sep 15
1
How to plot a matrix of intervals
Dear R-users, I have some nonstandard data set which I would like to plot but don't know how to do it in R. The data is in a matrix where the rows represent samples and the columns represent locations. The entries of the matrix are 0's and 1's, where 1 represents an event and 0 represents a non-event. e.g. aberrations <- matrix(rbinom(1000, 1, 0.8), nrow=20, ncol=50,
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
Hello, I am getting output from anova() and summary(aov()) that depends on the order of the factors in the fitted model object, and this has me baffled. I see this dependency with the data.frame below but not with an example (table 6.4) from Montgomery's DOE book. This is with R 1.3.0 on Debian GNU-Linux. Where have I gone wrong? > centerpts run sample CH50mg 1 day1 dev126 0.56 2
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
Hello, I have installed Venables & Ripley's VR_5.3pl025-1 in RHOME/library/VR and added the path to my RLIBS environmental variable. In R (0.62.2) typing "library()" lists these packages, 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
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
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 !) To:
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
> I saw this come across the wire today...freecraft appears to be some kind= of > RPG, which seems to have recently started to use FLAC in some way. I hav= e Its a nice almost-clone of the progenitor of the latest wave of real time strategy games, Warcraft II. Britton > not investigated this any further, but I thought it might interest member= s > of this list to know of new usage
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:
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, ...) l...
1999 Jun 07
2
R and glibc-2.1.1
Hello, I recently upgraded my glibc from 2.0.7 to 2.1.1 and now I cannot get R to start. I get R : Copyright 1999, The R Development Core Team Version 0.64.1 (May 8, 1999) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type "?license" or "?licence" for distribution details. R is a collaborative