search for: schwab

Displaying 20 results from an estimated 68 matches for "schwab".

Did you mean: schwan
2010 Oct 07
6
Deleting observations - can't see the data after that
Hello all, I am loading a data frame, fitting a model, getting diagnostic plots and they are flagging a couple of observations as problematic. Fair enough, and I want re-fit without them. After I delete an offending row (identified by one of the diagnostic plots), something like data = data[-3,]; then R will no longer print the contents of the data frame; it tells me it is a data frame
2007 Sep 08
1
ggplot legend consolidation
...and place a\nsingle one here") ------------------------------- END CODE See how there are 3 legends when there only needs to be one? I would like to remove the 3 legends and place them with a single legend in the space in the lower right. Thanks for your help. Regards, Kaom Te Charles Schwab Investment Management (CSIM) 120 Kearny Street, 14th Floor San Francisco, CA 94108 E-mail: kaom.te at schwab.com <mailto:kaom.te at schwab.com> WARNING: All email sent to or from the Charles Schwab corporate email system is subject to archiving, monitoring and/or review by Schwab personnel...
2007 Nov 21
3
R as server application
Is there a way to use R as a client server application? Whitch means: 1. install R on a server (running as a service) 2. from client send R-scripts through IDE/Editor (TINN-R) to "R-server" 3. receive R-output on client All the Best Kilian Schwab
2010 Oct 13
7
[OT] (slightly) - OpenOffice Calc and text files
Hello all, I had a very strange looking problem that turned out to be due to unexpected (by me at least) format changes to one of my data files. We have a small lab study in which each run is represented by a row in a tab-delimited file; each row identifies a repetition of the experiment and associates it with some subjective measurements and times from our notes that get used to index another
2010 Feb 25
2
Ordering categories on a boxplot - a serious trap??
...intment is that the above factor() call apparently needs to be repeated for any subset of v - I'm still trying to get my mind around that one. Can anyone confirm this? It strikes me as a trap that should be addressed so that an error results rather than a garbage graph. Bill --- Wilhelm K. Schwab, Ph.D.
2020 May 18
1
[PATCH v2 2/2] powerpc/configs: replace deprecated riva/nvidia with nouveau
Hi Andreas, On Mon, May 18, 2020 at 9:56 AM Andreas Schwab <schwab at linux-m68k.org> wrote: > > On Mai 18 2020, Michael Ellerman wrote: > > > The old drivers may be crufty but they presumably have been tested by > > people and at least somewhat work. > > I can confirm that the nvidia fbdev driver is working perfectly fine....
2010 Mar 09
0
plotlmer graphics/x-axis and legend options
...ty=c(1,4), rep(1,2))), mcmcMat = NA, lockYlim = TRUE, addlines = TRUE, withList = FALSE, cexsize = 1, lwd=2, font=2, cex.lab=1.25, tcl=-0.5). Sorry if these questions are trivial, but I am been looking for an answer for two entire days now, and I would really appreciate your help!! Sandra Schwab ********* Sandra Schwab Charg?e d'enseignement Universit? de Gen?ve ELCF/LATL Uni Bastions 5, rue de Candolle 1211 Gen?ve 4 http://www.unige.ch/lettres/elcf/contact/Pageenseignants/Schwab.html
2006 Jan 23
3
date.to_s trimming
When I convert a datetime to a string, it prints out something like this Jan 20 12:00:00 EST 2006 I want to trim off the last twelve characters, i.e. :00 EST 2006 I tried to do it like so: @date = @meeting.date.to_s.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp.chomp but the chomps seem to do nothing. I''d love to use regex, but I don''t know which
2005 Dec 22
3
getting onto edge rails
Following directions from the wiki, I first tried to use svn:externals $ svn propedit svn:externals vendor svn: ''.'' is not a working copy and got that error. I then checked out the trunk into my /vendor folder. How do I install from this source? The only install directions I can find use gem. Thanks for your help with either problem. -Mike
2004 Jul 24
0
ext[23]_rename do not update [cm]time of target directory
...s/009695399/functions/rename.html>: Upon successful completion, rename() shall mark for update the st_ctime and st_mtime fields of the parent directory of each file. ext[23]_rename fail to update st_[cm]time of the target directory if the target file already existed. Andreas. -- Andreas Schwab, SuSE Labs, schwab at suse.de SuSE Linux AG, Maxfeldstra?e 5, 90409 N?rnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
2008 Apr 30
1
Misuse of libtool?
I found the following comment in the ChangeLog for the openSUSE nut package: > * Mon Apr 14 14:00:00 2008 schwab at suse.de > > - Work around misuse of libtool. Find attached the diff's that are applied. Is there any merit in this and/or should we be port this back into the trunk/Testing? Best regards, Arjen -------------- next part -------------- A non-text attachment was scrubbed... Name: nut-...
2005 Nov 14
1
keystrokes from browser
Gmail has keystrokes now and I''m kind of jealous. What javascript library are they using? Any tips or leads on helper functions? -Mike
2005 Mar 22
3
PAM fails to change user password
Hi, freebsd-security. I have FreeBSD 5.3-STABLE. When I try to change user's password (via passwd) I recieve the following: passwd: entry inconsistent passwd: pam_chauthtok(): error in service module passwd: in pam_sm_chauthtok(): pw_copy() failed and password stays unchanged. There are no other errors in the authorization system at all. Contents of /etc/pam.d stayed unchanged (compared to
2010 Jun 19
2
How to Print Rails Source
Hi all, Inspired by Mike Schwab, I''d like to read the Rails 3 source code on printed paper (and preferably in color). For example, xv6 (http://pdos.csail.mit.edu/6.828/2009/xv6-book/index.html) did a nice job printing their code ( http://pdos.csail.mit.edu/6.828/2009/src/xv6.pdf). It even has line numbers and an index....
2005 Dec 29
3
globals, incremental voting, images
Can I define a global variable (in the ApplicationController perhaps) and give it a value that will be accessible in every controller and view? Would it add a lot of computational overhead to my site if the globals were arrays storing gigabytes of data)? I want to use a voting system in which the user can click and drag on an image to select a score between 0.0 and 5.0 - the number should be
2018 Feb 05
2
geo-replication command rsync returned with 3
...My current inclination is to blame rsync because it does an unconditional getcwd during startup, which now fails if the current directory is unreachable. Further references: https://sourceware.org/ml/libc-alpha/2018-02/msg00152.html https://bugzilla.redhat.com/show_bug.cgi?id=1542180 Andreas Schwab agrees that rsync is buggy: https://sourceware.org/ml/libc-alpha/2018-02/msg00153.html Thanks, Florian
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
....com> Andreas F=E4rber <afaerber@suse.de> Andreas Färber <afaerber@suse.de> Andreas Färber <andreas.faeber@web.de> Andreas Färber <andreas.faerber@web.de> Andreas Färberr <afaerber@suse.de> Andreas Niederl <andreas.niederl@iaik.tugraz.at> Andreas Schwab <schwab@linux-m68k.org> Andreas Schwab <schwab@suse.de> Andrew Jones <drjones@redhat.com> Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Anthony Green <green@moxielogic.com> Anthony Liguori <aliguori@us.ibm.com> Anthony PERARD <anthony.perard@c...
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
....com> Andreas F=E4rber <afaerber@suse.de> Andreas Färber <afaerber@suse.de> Andreas Färber <andreas.faeber@web.de> Andreas Färber <andreas.faerber@web.de> Andreas Färberr <afaerber@suse.de> Andreas Niederl <andreas.niederl@iaik.tugraz.at> Andreas Schwab <schwab@linux-m68k.org> Andreas Schwab <schwab@suse.de> Andrew Jones <drjones@redhat.com> Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Anthony Green <green@moxielogic.com> Anthony Liguori <aliguori@us.ibm.com> Anthony PERARD <anthony.perard@c...
2013 Nov 18
0
[qemu-upstream-unstable test] 21993: regressions - FAIL
....com> Andreas F=E4rber <afaerber@suse.de> Andreas Färber <afaerber@suse.de> Andreas Färber <andreas.faeber@web.de> Andreas Färber <andreas.faerber@web.de> Andreas Färberr <afaerber@suse.de> Andreas Niederl <andreas.niederl@iaik.tugraz.at> Andreas Schwab <schwab@linux-m68k.org> Andreas Schwab <schwab@suse.de> Andrew Jones <drjones@redhat.com> Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Anthony Green <green@moxielogic.com> Anthony Liguori <aliguori@us.ibm.com> Anthony PERARD <anthony.perard@c...
2006 Jun 21
7
How to install patches?
Hi, Can someone explain how do I install patches. Once I go to the page, I am not sure what to download and how to apply? I am RoR newbie. -Thanks Hari -- Posted via http://www.ruby-forum.com/.