search for: betty

Displaying 20 results from an estimated 61 matches for "betty".

Did you mean: betts
2008 May 31
2
Segfault in imap_bodystructure_write when searching
...ame: yes mail_drop_priv_before_exec: yes mail_plugins: quota imap_quota imap_client_workarounds: outlook-idle delay-newmail auth default: user: vpopmail verbose: yes passdb: driver: vpopmail userdb: driver: vpopmail plugin: quota: maildir Anonymized log excerpt: May 31 21:01:24 betty dovecot: imap-login: Login: user=<foo at bar.com>, method=PLAIN, rip=1.2.3.4, lip=4.3.2.1 May 31 21:01:24 betty dovecot: child 21748 (imap) killed with signal 11 May 31 21:01:24 betty dovecot: imap-login: Login: user=<foo at bar.com>, method=PLAIN, rip=1.2.3.4, lip=4.3.2.1 May 31 21:0...
2007 Jan 28
2
help with RandomForest classwt option
...he rfNews() in R, it looks that classwt is not working yet. Then I looked at the software from Salford. I did not find the down sampling option. I am wondering if you have any experience to deal with this problem. Do you know any method or softwares can handle this problem? Thank you very much!! Betty [[alternative HTML version deleted]]
2009 Nov 02
3
problems with read.csv
...data_new.csv") >indata[1:5,4] [1] 0930 1601 1006 1032 1020 I tried the following R code: > indata<-read.csv("/home/data_new.csv") > indata[1:5,4] [1] 930 1601 1006 1032 1020 I''d like the first one to be 0930, too. Thanks in advance, Betty [[alternative HTML version deleted]]
2017 Sep 19
3
what do you think about write.table(... qmethod = "excel")?
...er variables. I explained to them that quoted character variables are virtuous and wise, of course, but they say Microsoft Excel CSV export no longer quotes characters unless they include commas in the values. They showed me a CSV file from Excel that looked like this x1,x2,x3,x4 5 6 fred,barney,betty,x bambam,"fred,wilma",pebbles,y Note how the quotes only happen on row 2 column 2. I was surprised it did that, but now I have some pressure to write a csv maker that has that structure. Its weird, even when there are spaces in values there are no quotation marks. Has anybody done this...
2006 May 19
1
problem with pdf() R 2.2.1, os 10.4.6
...#39;t open it, there is always some error . Is there something I should add to make it run under this operation system? I had problems upgrading to 2.3 (problem downloading packages) so I'm not sure an upgrade will work out with me. I just want a publication quality histogram... thank you, betty -- Betty Gilbert lgilbert@berkeley.edu Taylor Lab Plant and Microbial Biology 321 Koshland Hall U.C. Berkeley Berkeley, Ca 94720 [[alternative HTML version deleted]]
2017 Oct 17
2
Auth failure messages
Folks I am using sendmail as my mail server. SELINUX is disabled. I observe messages in Centos 7 (and 6) in /var/log/messages, similar to: saslauthd[2765]: do_auth : auth failure: [user=bettie] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error] I guess that this is because somebody tried to access one of the SMTP ports with a logon attempt. This is understandable; there are
2005 Feb 22
1
Memory error in Mac OS X Aqua GUI v1.01 with cluster package functions
...I tried the suggested unix command in the memory help doc but that doesn't work in the Aqua GUI. Can someone tell me how to change the Vcells? Although to the best of my understanding (which is limited) I shouldn't have to do that. Any suggestions would be greatly appreciated. thanks, betty -- Betty Gilbert lgilbert at berkeley.edu Taylor Lab Plant and Microbial Biology 321 Koshland Hall U.C. Berkeley Berkeley, Ca 94720
2009 Oct 23
2
extract day or month as in Splus
...01/14/1992", "02/28/1992", "02/01/1992") timeDate(as.character(dates),in.format="%m/%d/%Y","%a") [1] Thu Thu Tue Fri Sat Could anyone give me some R codes to get the same results as above(extract days from dates), please? Thanks in advance! Betty [[alternative HTML version deleted]]
2008 Jan 02
1
wants to get all parents with no children, etc
...the associations in my models so i have a Parent model that has many Children model but i need to get a list of Parents that do not have children or Parents that have just 2 children or Parents that have children whose name is ''James'', or ''Sarah'', or ''Betty'' or Parents whose children do not have names like ''James'', or ''Sarah'', or ''Betty'' I find it near impossible to use activerecord and the various find methods. Maybe I overlook something. Please advise Thank you. --~--~---------~--~-...
2010 Feb 05
2
sum a particular column by group
...5--59 0 9 A F 60--64 0 10 O F 60--64 0 11 S F 60--64 0 12 W F 60--64 0 13 A M 60--64 0 14 O M 60--64 0 15 S M 60--64 6 16 W M 60--64 2 Does anyone know a code to do this or give a hint? Thank you in advance. Betty [[alternative HTML version deleted]]
2006 Sep 05
4
Ferret 0.10.2 - Index#search_each() and :num_docs
...gt; ''Toon''} idx << {:id => 2, :name => ''Barney'', :occupation => ''Toon''} idx << {:id => 3, :name => ''Wilma'', :occupation => ''Toon''} idx << {:id => 4, :name => ''Betty'', :occupation => ''Toon''} idx << {:id => 5, :name => ''Pebbles'', :occupation => ''Toon''} idx << {:id => 6, :name => ''Superman'', :occupation => ''Hero''} idx << {:id...
2011 Apr 11
11
[Bug 36142] New: Second DVI output produces no signal with nVidia G96 [Quadro FX 380] (rev a1)
https://bugs.freedesktop.org/show_bug.cgi?id=36142 Summary: Second DVI output produces no signal with nVidia G96 [Quadro FX 380] (rev a1) Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2018 Mar 22
0
why is dovecot "Allowing any password"
....nu/files/docs/v2/SOGoNativeOutlookConfigurationGuide.html) I don't know what that is, but that is a terrible requirement that makes me very suspicious someone is being either lazy or intentionally breaking security for nefarious purposes. I'd walk away. -- Lister: What d'ya think of Betty? Cat: Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma. Lister: This is crazy. Why are we talking about going to bed with Wilma Flintstone? Cat: You're right. We're nuts. This is an insane conversation. Lister: She'll never leave Fred, and we know it.
2006 May 09
1
problem accessing trees after read.nexus from ape package
...tly into read.tree() on the console then it works but I can't do this for thousands of trees ( which i have to process according to my PhD committee :) ) Does anyone know how to get the individual trees into usable variables? I apologize for my lack of familiarity with the package. thanks, betty -- Betty Gilbert lgilbert@berkeley.edu Taylor Lab Plant and Microbial Biology 321 Koshland Hall U.C. Berkeley Berkeley, Ca 94720 [[alternative HTML version deleted]]
2005 Feb 23
0
Memory error in Mac OS X Aqua GUI v1.01 with cluster pack age functions
...t try increasing RAM to 4 GB or a clustering routine that doesn't need a distance matrix, like k-means (which is based on Euclinean distance as well). Reid Huntsinger -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Betty Gilbert Sent: Tuesday, February 22, 2005 5:57 PM To: r-help at stat.math.ethz.ch Subject: [R] Memory error in Mac OS X Aqua GUI v1.01 with cluster package functions I'm sorry if the answer to my problem is buried in the archives. I have limited experience with R and I couldn't find a so...
2018 Mar 22
5
why is dovecot "Allowing any password"
On 03/21/2018 10:34 PM, @lbutlr wrote: > The question is does it allow remote users to login with no password? Yes, and the answer is: no. > If not, then the message ie nearly notification that login without a password is potentially possible. Yes, but a worrying one. That's why i decided to post here. > I have no idea why you would have nopassword=y set in the first place, so it
2017 Sep 19
0
what do you think about write.table(... qmethod = "excel")?
...t quoted character > variables are virtuous and wise, of course, but they say Microsoft > Excel CSV export no longer quotes characters unless they include > commas in the values. > > They showed me a CSV file from Excel that looked like this > > x1,x2,x3,x4 5 6 > fred,barney,betty,x > bambam,"fred,wilma",pebbles,y > > Note how the quotes only happen on row 2 column 2. I was surprised it > did that, but now I have some pressure to write a csv maker that has > that structure. I think you should resist that pressure. It really makes no sense to write a...
1998 Jun 03
0
R-beta: offset code in glm....
I'm trying delve into the offset code in glm, and I have to admit I'm getting lost. My particular concern is that if you do something like glm( fred ~ wilma, offset=barney, data=betty) then the offset is not found if barney is a component of the data frame betty. (If you do the same thing with weights, then the weight is found in the data frame). I don't know if this is a design decision, and I can't follow the logic of the model.offsets code. I'm willing to...
2006 Aug 05
0
cor of two matrices whose columns got shuffled
...position. I don't want to sort the values in the columns and rows but the entire column and their associated rows. I've looked at order , sort, and match and can't figure out a way to do it based on the alphanumeric name of the columns. Does anyone have any suggestions? Sincerely, Betty -- Betty Gilbert lgilbert@berkeley.edu Taylor Lab Plant and Microbial Biology 321 Koshland Hall U.C. Berkeley Berkeley, Ca 94720 [[alternative HTML version deleted]]
2009 Nov 24
1
keep empty subsets using aggregate
...ar all, I am struggling with a small problem. By using aggregate, the empty subsets are removed. I need each empty subset to be 0. Any suggestions will be appreciated. Code: edref = aggregate(rep(1,times=dim(eds)[1]),list(eds[,11], eds[,7], eds[,27]), sum) Thanks in advance, Betty [[alternative HTML version deleted]]