search for: bailey

Displaying 20 results from an estimated 581 matches for "bailey".

2003 Mar 03
1
using data() in an example
Hi all, I'm trying to put together examples in an R package, and am having trouble reading data from the package's data directory. The data are in comma-separated variable files, so to read a file like gw.csv, I include in the data directory both bailey.csv and a file bailey.R which contains: bailey <- read.csv("bailey.csv",na.strings="."); so that typing data(bailey) should load the data from bailey.csv. The problem is that the data is being read in "wrong", as a single column, rather than a data frame with f...
2008 Mar 10
15
facebooker is rewriting URLs even off of facebook canvas
The URLs for CSS/JS files are being rewritten to the address specified in the tunnel even when outside of the facebook canvas. Is anyone else having this problem?
2018 May 22
2
Using tryCatch in a for loop
...eRegime1, SlopeDiff=SlopeDiff) rownames(new.regimeshift) <- colnames(y)[i] regimeshift <- rbind(regimeshift,new.regimeshift) print(regimeshift) }, error= function(e) {cat("Error", "\n")}, warning= function(w) {cat("Warning", "\n")}) } Bailey From: Daniel Nordlund <djnordlund at gmail.com> Sent: May 22, 2018 3:06 PM To: Bailey Hewitt; Bert Gunter Cc: r-help at R-project.org Subject: Re: [R] Using tryCatch in a for loop ? On 5/22/2018 11:32 AM, Bailey Hewitt wrote: > Hi Bert, > > Thank you for the quick response! &g...
2018 May 22
4
Using tryCatch in a for loop
...ment of the segmented regression. Each row in the matrix would be the results of the segmented regression test for each lake in the original data frame, so?Lake1 results would be in row 2 (row 1 would be titles) and so on. If any of?this is confusing please let me know and I will clarify! Thanks! Bailey? From: Bert Gunter <bgunter.4567 at gmail.com> Sent: May 22, 2018 2:13 PM To: Bailey Hewitt Cc: r-help at R-project.org Subject: Re: [R] Using tryCatch in a for loop ? Others may have greater insight, but my response is: Exactly what did or didn't happen that makes you say the co...
2018 May 22
0
Using tryCatch in a for loop
On 5/22/2018 11:32 AM, Bailey Hewitt wrote: > Hi Bert, > > Thank you for the quick response! > > In its current?state?the code?prints three lines that say "warning". What I was expecting is that I would?get?a matrix with 4 columns, 1. column names (from the original data, ex. Lake1) 2. breakpoint year...
2018 May 22
0
Using tryCatch in a for loop
...ologies if I have misunderstood. Caveat emptor. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, May 22, 2018 at 1:11 PM, Bailey Hewitt <bailster at hotmail.com> wrote: > Data and code as promised: > > #Creating a test dataset > Year<- c(2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, > 2011, 2012, 2013, 2014) > Lake1<- c(2, 4, 5, 2, 1, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) > Lake2...
2008 Mar 06
3
facebook_url_rewriter not used in Publisher?
...''s just not working for me, or I''m off on use or something? I should note that I''ve tried both with using things like link_to or url_for, as well as using named routes, and also from within my Publisher class'' code, as well as the view template. -- Christopher Bailey Cobalt Edge LLC http://cobaltedge.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080305/0d9de813/attachment.html
2010 Feb 26
11
Temperature sensor
Does anyone know of a cheap temperature sensor that will work with Linux? I don't need a fancy monitoring appliance, I just want a simple sensor that I can connect to one of my monitoring servers to let me know if the server room is getting hot. -- Bowie
2006 Jun 09
5
Tape drive throughput
I have a backup spooling onto a DLT drive. Is there any tool that will let me monitor the data throughput on the device? -- Bowie
2006 Oct 11
12
Server hangs initializing audio
I have a server that frequently hangs while rebooting. I see no errors, but during the boot process it stops at this stage: Initializing hardware... storage network audio The cursor sits just after the word "audio" and I have to do a hard reset to get out of it. This server has no audio capabilities, so I am thinking that I just need to disable the audio stuff so it doesn't
2006 Dec 20
2
Patch to klibc to work with headers from make install_headers
...should use the data from those. In this case, the workaround in usr/include/sys/types.h was missing some header definitions. Rather than adding the definitions, I figured that the most correct thing to do was to just use them from the kernel. Build tested on i386 and x86_64. Signed-Off-By: Jeff Bailey <jbailey at ubuntu.com> -- Jeff Bailey - http://www.raspberryginger.com/jbailey/ -------------- next part -------------- A non-text attachment was scrubbed... Name: klibc-userspace-headers.patch Type: application/octet-stream Size: 4590 bytes Desc: not available Url : http://www.zytor.com/p...
2015 Aug 06
3
CentOS 5 grub boot problem
On 8/6/2015 4:21 PM, Chris Murphy wrote: > On Thu, Aug 6, 2015 at 2:08 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote: > >> Doing a new install on the two 1TB drives is my current plan. If that >> works, I can connect the old drive, copy over all the data, and then try to >> figure out what I need to do to get all the programs running again. > Sounds l...
2018 Jul 27
2
Finding memory usage
On 7/27/2018 11:50 AM, Warren Young wrote: > On Jul 27, 2018, at 9:10 AM, Bowie Bailey <Bowie_Bailey at BUC.com> wrote: >> I have a CentOS 7 server that is running out of memory > How do you know that? Give a specific symptom. This was brought to my attention because one program was killed by the kernel to free memory and another program failed because it was unable...
2003 Apr 20
2
TOO MANY ERRORS
Ok, I've tried wine with about 10 different aplications and it always returns SOME kind of error... and it closes... the only one I can run without ANY problem is DiabloII.... not even half life runs on wine... Using wineX didn't solve any problem.. in fact I think it it even harder... Any idea why wine won't work with virtually no game at all??? thanks a lot -- Alan Bort Linux
2008 Mar 06
5
Setting :canvas => false for URL generation doesn''t always work?
...pertinent change is that if they sent canvas to false, I add the "only_path" option and set it to false. I''m also seeing a problem related to this with the Publisher class, but I''ll bring that up separately, as it''s a different kind of issue. -- Christopher Bailey Cobalt Edge LLC http://cobaltedge.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080305/36171c9c/attachment.html
2008 May 29
3
Railsconf
So who made it? Are people still interested in getting beer or something? -Josh
2005 Jul 05
3
Files missing when using windows XP and samba
...ll permissions are 666. There seems to be no consistency between files that are missing. I have tried a number of different Xp machines and they all exhibit the same symptoms. Any ideas or suggestions would be appreciated. Many thanks Stuart. -- --------------------------------------- Stuart Bailey BSc (hons) CEng CITP MBCS ? ? ? ? ?LinuSoft (Proprietor) ? ? ? ? ? ?Linux Specialist ? ? ? ? ? ? (01953) 601294 ? ? ? ? ? ? (07778) 383739 ? ? ? ?http://www.linusoft.co.uk ---------------------------------------- ********************************************************************** This email and...
2018 Jul 27
7
Finding memory usage
I have a CentOS 7 server that is running out of memory and I can't figure out why. Running "free -h" gives me this: ????????????? total??????? used??????? free????? shared? buff/cache?? available Mem:?????????? 3.4G??????? 2.4G??????? 123M??????? 5.9M??????? 928M??????? 626M Swap:????????? 1.9G??????? 294M??????? 1.6G The problem is that I can't find 2.4G of usage.? If I look
2015 Oct 07
2
OT hardware issue: HP controller to 3rd party RAID
On 10/07/15 11:13, m.roth at 5-cent.us wrote: > Jack Bailey wrote: > >>> controller that expects to talk to individual SAS or SATA drives. you >>> can manage it with hpssacli from centos. >> I have the P822. It has no JBOD or RAID 0. hpacucli works with CentOS >> 7.0, but is broken on 7.1 -- it cannot find the controller....
2015 Aug 06
2
CentOS 5 grub boot problem
On 8/6/2015 4:39 PM, Chris Murphy wrote: > On Thu, Aug 6, 2015 at 2:29 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote: >> On 8/6/2015 4:21 PM, Chris Murphy wrote: >>> On Thu, Aug 6, 2015 at 2:08 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote: >>> >>>> Doing a new install on the two 1TB drives is my current plan. If that >>>...