search for: goodwin

Displaying 20 results from an estimated 185 matches for "goodwin".

2018 Jan 10
1
termplot intervals - SE or CI?
...y the help file. Thus, again, it seems that either termplot() is not plotting standard errors, or predict() is not returning standard errors in se.fit. Cheers, Eric -----Original Message----- From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] Sent: Wednesday, 29 June 2016 12:02 To: Eric Goodwin <Eric.Goodwin at cawthron.org.nz>; r-help at R-project.org Subject: Re: [R] termplot intervals - SE or CI? On 28/06/2016 4:53 PM, Eric Goodwin wrote: > Hello, > > A reviewer queried what the intervals were on the termplot I provided in a report. The help file for termplot() suggest...
2006 Feb 23
11
Need help for simple RoR code.
I try a ''hello world'' demo here,It only show a ''hello word'' on web page you can see all my codes and structure here http://www.smtservers.com/demo/ I want to access the ruby app like this http://www.smtservers.com/demo/say/hello but I get a 404 error. Please let me know what problem the code have I am new for RoR. I am not sure the site structure is ok or
2018 Jan 11
0
termplot intervals - SE or CI?
From ?termplot: col.se, lty.se, lwd.se: color, line type and line width for the ?twice-standard-error curve? when ?se = TRUE?. ...which is findable, but might usefully also be made explicit in the definition of the se= argument. -pd > On 10 Jan 2018, at 23:27 , Eric Goodwin <Eric.Goodwin at cawthron.org.nz> wrote: > > Thanks for your prompt reply Duncan. > > I had indeed assumed they were what the help file says until observation raised doubts, which is why I queried it. > > From reading the code for termplot(), it seems that either the pr...
2006 Feb 03
6
Saving a User Object while in the Address Controller
...User.save keeps on returning false. Any ideas why? I can access different attributes of the user, so I know that the proper user is getting returned from the find. In my user class I have attr_accessible :address_id so I should be able to access it, shouldn''t I? Cheers, Eric -- Eric Goodwin ericgoodwin.com
2016 Jun 28
2
termplot intervals - SE or CI?
...ed what the intervals were on the termplot I provided in a report. The help file for termplot() suggests they're standard errors (se=T), but in the code the se.fit values from predict() are multiplied by 2, suggesting it's a rough 95% confidence interval, is that right? Many thanks, Eric Goodwin Scientific data analyst | Coastal and Freshwater Group Cawthron Institute Phone +64 (0)3 548 2319 | Mobile 027 439 1141 eric.goodwin at cawthron.org.nz<mailto:eric.goodwin at cawthron.org.nz> | www.cawthron.org.nz<http://www.cawthron.org.nz/> ##########################################...
2006 Feb 28
5
Getting number of days in a month
In PHP, there was an argument you could pass to the Date function to get the number of days in the current month: echo date("t"); // Outputs "28" for February I don''t see anything like this in Ruby/Rails. Right now, I''m using a very ugly line to pull the last day of the month: @number_of_days = (Date.strptime(Date.today.strftime("%Y-%m-01"))
2006 Feb 13
11
ROR code syntax highlighting on blog?
I am interested in putting the cool syntax highlighting for ROR code. What''s the best way to do that? Is it using textilize or another formatting language? Or do I need special stylesheets? Any assistance is appreciated. Thanks Frank --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part
2006 Mar 01
1
Net/Https & active_rbac & Debian Sarge
...by for Sarge which is 1.8.2. Was https.rb not included in this build? How can I get around this? I know that http://www.sgtpepper.net/hyspro/deb has a 1.8.4 package but I don''t know how stable it is or if I should even need to upgrade. Any help would be greatly appriciated. Cheers, Eric Goodwin -- Eric Goodwin http://ericgoodwin.com
2006 Jul 07
5
Re: Rails migration issue
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ok, so rake migrate --trace gets you this: Khavi:~/Documents/WebCode/rails/clickcaster sgoodwin$ rake migrate -- trace (in /Users/sgoodwin/Documents/WebCode/rails/clickcaster) ** Invoke migrate (first_time) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate ** Execute migrate then it stops, heh. -----BEGIN PGP SIGNATURE----- Ver...
2006 Feb 03
2
Calling a javascript function after loading a partial with rjs
...39;'s what I am doing. I have a partial that gets updated via. an ajax call. When the partial is updated I want to call a javascript function ( enableTooltips ) which will then add tooltips to my links in the newly updated partial. Any help would be greatly appreciated. Thanks, Eric -- Eric Goodwin ericgoodwin.com
2015 Dec 21
3
Centos DVD -
...rts "command not found" and a ping to other than localhost, reports network unreachable. So I assume I am missing something. The virtualbox version is 5.0.10 r104061. And Centos was downloaded a few days ago and should be the latest available. Any help is appreciated, Bob -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD box10 FEDORA-23/64bit LINUX XFCE POP3
2007 Mar 20
3
centos 4.4 dns problem -
...does not work no matter what I have in /etc/resolv.conf. It should at least work with my ISP's assigned server but doesn't. Numerical URL's work via the browser and ping. Is there something else I need to attend to? I hope this is the right list for such questions. Thanks. Bob Goodwin
2006 Mar 30
5
Has_many :through problems -- please help
I''m having a lot of trouble with has_many, :through and could really use some assistance. I''ve got a User and Group class. Users can subscribe to groups, and groups should know who''s subscribed. I''ve got a join table (group_subscriptions) with group_id, user_id, and it''s own id element. Users has "has_many :groups, :through =>
2010 Mar 10
4
[LLVMdev] glod plugin use
...ble (run ranlib) .... I tried ranlib/llvm-ranlib, but it didn't work. Can someone help me, if I am doing anything wrong here? Thanks, Swarup. ************************************* Swarup Kumar Sahoo Thomas M. Siebel Center for Computer Science University of Illinois at Urbana Champaign 201 N Goodwin Avenue Urbana, IL-61801 Phone - 614 264 9574 ************************************* Swarup Kumar Sahoo Thomas M. Siebel Center for Computer Science University of Illinois at Urbana Champaign 201 N Goodwin Avenue Urbana, IL-61801 Phone - 614 264 9574
2006 May 11
6
Dynamic data passing thru Rails to Flash
Hi, I am using Flash Dashboard and 3 sets of listbox. When i change my first list box say name i need to dynamically change the second list box and from the second list box when i choose an name i need to change the content according to this in the third list box. How can i pass this datas from database in rails. thanx g.balaji -- Posted via http://www.ruby-forum.com/.
2001 May 18
1
RFC-interupt31-sv/restore
I have an application that requires the interupt 31 save/restore function. At this time, that's just a stub in wine. I propose the following code as a template for a save/restore function. I'm not sure about the whole thing and would like some help please. Thanks. Best regards, Bob Goodwin This code is incomplete and has syntax and other errors. VOID _Int31_SvRestoreHandler() /* this one is just for INTEL */ #ifdef __386__ /* an array to save the context in */ WORD svctx[]; /* return the address of the SaveRestore function */ /* assembly code to get the function call address of...
2010 Mar 11
0
[LLVMdev] glod plugin use
...ike we might need to update llvm-gcc to pass the gold plugin flag to ar and nm. Nick > > Thanks, > Swarup. > > ************************************* > Swarup Kumar Sahoo > Thomas M. Siebel Center for Computer Science > University of Illinois at Urbana Champaign > 201 N Goodwin Avenue > Urbana, IL-61801 > Phone - 614 264 9574 > > ************************************* > Swarup Kumar Sahoo > Thomas M. Siebel Center for Computer Science > University of Illinois at Urbana Champaign > 201 N Goodwin Avenue > Urbana, IL-61801 > Phone - 614 264 9574...
2009 Jul 10
0
[LLVMdev] Heads up! Working on bugpoint
> I will investigate. I'm in the middle of it as well. Best regards, Viktor ----- Original Message ----- From: "David Goodwin" <david_goodwin at apple.com> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Sent: Friday, July 10, 2009 2:43 PM Subject: Re: [LLVMdev] Heads up! Working on bugpoint >I just checked in my changes to bugpoint and Makefile.programs in the > test suite...
2006 Jan 27
5
Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
...from c:/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/lib/scgi.rb:402:in `run'' from c:/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/bin/scgi_service:61 from c:/ruby/bin/scgi_service:18:in `load'' from c:/ruby/bin/scgi_service:18 Thanks. Eric -- Eric Goodwin http://www.ericgoodwin.com
2009 Jul 10
4
[LLVMdev] Heads up! Working on bugpoint
.... > What's your plan? > > I have been thinking of using -run-custom and -safe-run-custom > argumants for the cross-tools to keep bugpoint out of knowing any > target details ans such. > > Best regards, > Viktor > > ----- Original Message ----- From: "David Goodwin" <david_goodwin at apple.com > > > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Friday, July 10, 2009 1:26 PM > Subject: Re: [LLVMdev] Heads up! Working on bugpoint > > >> Hi Viktor, >> >> I did not see your patc...