search for: hewitt

Displaying 20 results from an estimated 43 matches for "hewitt".

2018 May 22
2
Using tryCatch in a for loop
...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! > > In its current?state?the code?prints three lines that say "warning". What I was expe...
2018 May 22
4
Using tryCatch in a for loop
...ion 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 code didn't work? That is, what did or didn't you get when you ran it compared to your expectati...
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 3. slo...
2018 May 22
0
Using tryCatch in a for loop
...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<- c...
2005 Aug 10
2
Samba3 server tries to sync WINS with itself and fails
...NET. Couldn't register name DOMAIN<1b>. [2005/08/10 12:34:21, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(283) standard_fail_register: Failed to register/refresh name DOMAIN<1b> on subnet UNICAST_SUBNET Any ideas on how I make it the local WINS server? -- Regards, JB Hewitt Business: http://www.stcpl.com.au Blog: http://blade.lansmash.com Best LAN ever: http://www.lansmash.com How to ask a ?: http://www.catb.org/~esr/faqs/smart-questions.html
2006 Feb 20
1
Grandstream BT-101 POS Error
...2-20-2006 17:04:56 User.Info 192.168.1.170 GS_LOG: [00.0B.82.05.C9.0F][000] Received SIP message: 200 02-20-2006 17:04:56 User.Debug 192.168.1.170 GS_LOG: [00.0B.82.05.C9.0F][000] SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.170;branch=z9hG4bK5b33088478bb8652;received=192.168.1.170 From: "Jeanne Hewitt" <sip:3525@192.168.1.11>;tag=7648c09c3104f91e To: <sip:3525@192.168.1.11>;tag=as2c4f63c8 Call-ID: 7b717dd922752f88@192.168.1.170 CSeq: 101 REGISTER User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Max-Forwards: 70 Expires: 3600 Cont...
2018 May 22
3
Using tryCatch in a for loop
...es(y)[i] ? ? regimeshift <- rbind(regimeshift,new.regimeshift) ? ? print(regimeshift) ? }, error= function(e) {cat("Error", "\n")}, ? ? warning= function(w) {cat("Warning", "\n")}) } Any ideas or suggestions you might have are greatly?appreciated! Bailey Hewitt PhD Candidate York University Ontario, Canada
2018 May 22
0
Using tryCatch in a for loop
...u ran it compared to your expectations? 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 10:55 AM, Bailey Hewitt <bailster at hotmail.com> wrote: > Hello All, > > I have been trying to use a for loop to run segmented regressions (from R > package segmented) on many columns of data in a data frame with the end > goal of writing a new file with the following columns: column title, > br...
2018 May 22
0
Using tryCatch in a for loop
...r tryCatch call seems to be fine, however. -- 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 11:30 AM, Bailey Hewitt <bailster at hotmail.com> 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...
2007 Aug 30
2
Additions to xyplot (lattice)? - legend, ticks, axis label size, text
...xt) in the lower left corner ('text' for plot() did not work) I'm relatively new to lattice and spent a few hours with the manual and other help pages. I've begun to wonder if a regular old plot() for this would be better. Appreciate any redirection or suggestions. Thanks, Dave Hewitt
2008 Jan 24
3
Reshaping a dataframe with conditional summary of columns - apply or reshape?
...actor"), var1 = c(21.2, 15.6, 12.1, 9, 4.8, 20.1, 19.2), var2 = c(1L, 1L, 1L, 2L, 2L, 4L, 4L)), .Names = c("survey", "year", "count", "location", "var1", "var2"), class = "data.frame", row.names = c(NA, -7L)) Thanks, Dave Hewitt Fisheries Science Virginia Institute of Marine Science, Gloucester Point, VA, USA
2017 Nov 13
19
[Bug 103721] New: Frequent freezes with nouveau on Thinkpad P50
https://bugs.freedesktop.org/show_bug.cgi?id=103721 Bug ID: 103721 Summary: Frequent freezes with nouveau on Thinkpad P50 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2010 Apr 29
2
Tinn-R related problem
Dear Mr Hewitt, I am having exactly the same problem as descibed on page https://stat.ethz.ch/pipermail/r-help/2008-March/156809.html (please find a copy below), I wonder if you happen to have heart of any solution to it (i.e. which Windows settings have to be altered in order to solve the problem). The myst...
2013 Mar 19
1
Error when adding lines to a plot using the mixed-effect model and metafor package
.../sqrt(dat$vi) > size<-0.5 + 3 *(wi-min(wi))/(max(wi)) - min(wi) > plot(dat$ablat, exp(dat$yi), pch = 19, cex = size, xlab = "Absolute Latitude", ylab = "Relative Risk", las=1, bty = "l", log = "y") > lines(0:15, preds$pred) Many thanks, Charlotte Hewitt [[alternative HTML version deleted]]
2010 Apr 08
1
texi2dvi runs but produces no output
...and had managed to get everything working before. Permissions may be an issue, but I have set full access to all the folders involved in this process (R, LyX, MiKTeX bins for example), and this got it working prior to updates. I am hoping that is not it. It seems like an issue with texi2dvi. Dave Hewitt Research Fishery Biologist USGS Western Fisheries Research Center Klamath Falls Field Station, Oregon http://profile.usgs.gov/dhewitt
2008 Jun 23
1
Short courses for beginners?
...e basics of data manipulation and modeling in R. I've seen announcements now and then on this list, but none recently. Is there a central place where such announcements are posted, other than here? Anyone know of upcoming courses? I checked the newsletter and mailing list archives. ----- David Hewitt Research Fishery Biologist USGS Klamath Falls Field Station (USA) -- View this message in context: http://www.nabble.com/Short-courses-for-beginners--tp18073153p18073153.html Sent from the R help mailing list archive at Nabble.com.
2008 Sep 04
1
Samba Group issues - LDAP
...ght, it's just samba that isn't showing the correct groups. I'm trying to find a command with net to show what users belong into groups. I don't use winbind so it's a bit tricky to find out. What should I do to further diagnose the problem here? Thanks, JB -- Regards, JB Hewitt www.lansmash.com
2008 May 05
1
[LLVMdev] Wanna contribute to LLVM ..
Respected Sir, Let me introduce myself,This is Umesh from INDIA who currently working in Hewitt Packard(HP),Where i work in the Virtual Machine(VM) team from past one year in the maintianing the Java Virtual Machine(JVM) on Hp-Ux. I like to contribute to LLVM by utilize my experiences and skills on compilers and virtual machines. Me like to take the bug 715 in bugzilla i.e Fix / clean up...
2009 Feb 12
1
Different labels for subsets of points in a PCA or RDA biplot
...points and their labels separately. A subproblem is finding out how to associate a vector of text labels with the coordinates in the rda object. I had no problem doing this with 'xlabs' in biplot.prcomp(), but can't get 'labels' to recognize such in ordiplot functions. -- Dave Hewitt
2008 Feb 28
2
Asterisk Voicemail for iPhone
...iPhone allows you to check your voicemail messages on your house or business line from your iPhone. You can think of it as "Visual Voicemail", but for your Asterisk PBX numbers instead of your AT&T cell number. The technology behind it is Asterisk (The Open-Source PBX), with iUI, Joe Hewitt's UI interface for iPhone. This software can be installed on any Asterisk server (though you will want to use one that is available via the Internet) and will allow you to check messages in multiple folders, listen to messages, delete messages, move messages, and change voicemail settings - all...