similar to: help_if command_new column

Displaying 20 results from an estimated 100 matches similar to: "help_if command_new column"

2010 Jul 21
1
how to unsubscribe
Hello, I need to unsubcribe this email to the R help mailing list because I need to create an email only for this mailing list. My email account doesn't have that much space anymore and I don't have access to this every day. How can I do that? Thanks a lot -- Bárbara H. Costa Marine Biologist Researcher SCIAENA - Marine Sciences and Cooperation www.sciaena.org ISPA |
2010 Jul 14
2
count - help
Hi, I have a data frame with several factors and I want to count the occurrences of an event resulting from an interaction of some factors. I tried to do several tables (and then converting to d.f and then merge them by one factor and the freq Tab1 <- merge (BPorAmost,BPorSector,by=c('Sample','Freq')) Tab1 <- merge (Tab1,BPorDist,by=c('Sample','Freq')) Tab1
2009 May 05
1
self organizing map advice for categorical data
Hello, Could anybody offer any advice about implementing a Kohonen self organizing map for categorical data? Specifically I am wondering if there are any pre-existent packages that can deal with categorical data and/or how one would compare the input vector of categoricals with the self organizing map nodes. Thanks in advance. George Chen ----- Original Message ----- From: r-help-request at
2011 Mar 30
2
[LLVMdev] DWARF location lists
In the version of LLVM I'm using (Apple tag 2352.1), it seems that the DWARF emitter cannot produce DWARF location lists to outline when user variables live and where. Instead it uses a crutch of DW_AT_start_scope to specify each solitary location where an assignment to a user variable does occur. This is unsatisfactory for machines that put user variables in registers because it doesn't
2009 Dec 04
2
[LLVMdev] r72619
On Dec 4, 2009, at 2:40 PM, Eric Christopher wrote: > So, on top of this it seems like a lot of the semantics have changed > after your patch. I'm certain the existing patch is wrong and that > we'll want a computation somewhat similar to the clang one that I > think Doug is going to post. > > I think the safe thing is to revert for now and we can discuss all
2006 Feb 04
1
Problems with NX ?
i've just compiled and installed 0.9.7 on my shiny new pentium D box (FC4+updates & 2.6.15.1 kernel) and i've got a pesky solitary windows application that page faults at it's entry address (0x406796). its only this one application that dies (its a proprietary compiler, so i can't distribute anything to test with unfortunately). if i turn off NX in the BIOS, it works fine
2005 Feb 02
1
Calling Asterisk Autoattendant With SIP Phone
I'm trying to get into the world of Asterisk in order to use the voicemail and autoattendat features (and more stuff later) with a Redcom switch. But, I've only started and haven't gotten to that yet. At this point my solitary goal is to talk to the autoattendant via an SIP phone (SJPhone). I've spent countless hours trying to find the documentation I need to accomplish my goals
2002 Aug 10
4
2.2.5, Sol 2.8, W2k - Printers...Status: Access Denied unable to connect - ??
hi When I highlight a printer icon in Win 2K, the Status bar shows Status: Access Denied, Unable to connect. It shows this for all samba printers. I can print a test page even though it shows access denied. Anyone know how to fix this? thanks. Dennis +******+ This e-mail message is meant solely for the person or organisation to whom it is adressed. The message may contain personal or
2010 Dec 14
1
Samba slowness serving SAN-based GFS2 filesystems
Ok, I'm experiencing slowness serving SAN-based GFS2 filesystems (of a specific SAN configuration). Here's my layout: I have a server cluster. OS= RHEL 5.4 (both nodes...) kernel= 2.6.18-194.11.3.el5 Samba= samba-3.0.33-3.14.el5 *On this cluster are 6 GFS2 Clustered filesystems. *4 of these volumes belong to one huge LUN (1.8 TB), spanning 8 disks. The other 2 remaining volumes are 1
2009 Nov 16
1
read() failed with subscription file
Hello Dovecot folks, I have Dovecot running reasonably well against my Postfix SMPTd. All mail is stored in Maildir format only. In my Thunderbird client I can see the Inbox, Trash and Sent folders in the Thunderbird pane but no other directories. I have very many Maildir format directories under my Inbox directory but I cannot see them in the Thunderbird client. I have the Dovecot info and debug
2005 Jan 27
0
PDC/BDC Distribution Question
I'm looking for input from other institutions out there that are using the samba PDC/BDC setup. At our institution we have the potential for nearly 500 network clients on our domain and we are considering expanding that to 1,000 clients. According to John Terpstra in his Samba-3 book there should be a BDC for every 50 network clients on the domain. We are currently running a solitary
2004 Dec 08
2
what about a mascot ?
My friend Veslot proposed me the Raven ! http://www.teteamodeler.com/allopass/images/corbeau.jpg As a matter of fact the intelligence of this bird is comparable to one of a monkey, although its brain is close to a reptile brain. R is quite the same : small, compact, but so clever. This is a canadian website explaining (in french) the R-aven intelligence
2007 Mar 03
1
Markdown within HTML
Before I start writing an HTML parser for Showdown, I want to see if there's a safe way to have Markdown process the contents of HTML block elements by default. I don't think markdown="1" is an official part of the language yet, so this seems like a good time to talk about it. Being able to wrap Markdown text in divs and spans would make it possible to add more structure to
2007 Jun 16
2
1st DOVECOT installation automatically quitting on login
Hi there. I have just installed DOVECOT 1.0.1 for the first time. After launching it, I can verify that ps -ax | grep -i dovecot 1052 ?? Ss 0:00.03 /usr/local/dovecot/sbin/dovecot -c /etc/dovecot/dovecot.conf 1053 ?? S 0:00.06 dovecot-auth 1058 p2 R+ 0:00.01 grep -i dovecot ps -ax | grep -i imap 1054 ?? S 0:00.08 imap-login 1055 ?? S 0:00.08 imap-login
2004 Aug 14
0
Questions on various and sundry IP phones, and cabling
I'm attempting to do a first-time Asterisk install at home, firstly for use by my self and my family, and secondly as a learning experience. I've got a new house, and the previous owners removed all but one (1) phone jack. So I figured I might as well build a PBX. Functional goals include station-to-station calling, rudimentary auto attendant/voice mail, and perhaps tieing into the
2008 Mar 02
4
Newbie:Export Data into Excel from R
Hi, All i want is to export my list into c: drive and save it as csv file and manually import into Excel. I have the read the article but i am having issues http://pbil.univ-lyon1.fr/library/base/html/write.table.html > excel<-write.table(probe_gene, file = "c:\foo.csv", sep = ",", col.names = > NA) Error in file(file, ifelse(append, "a", "w"))
2009 Sep 02
5
Serial port problem
Since about v0.9 I've been unable to get wine to reliably receive characters on the serial port. Sending is fine. The latest version I've tried is 1.1.23, and this always loses the first two characters of a line, then randomly loses some of the later ones. Is anyone else seeing the problem? It's an absolute show-stopper for me because the only Windows software I use needs serial coms
2008 Jul 31
3
Dovecot load balancing
Hello, I'd like to figure out how to set up a site running dovecot on multiple computers for load balancing reasons. I'm currently running dovecot-1.0.14 on a 8GB RAM, 2 quad-core 2.66Ghz Xeon single server which runs FreeBSD 6.2-STABLE SMP. . the mailbox format was mbox and I successfully migrated to Maildir only . mailboxes are on an NFS NetApp server, attribute caching is off .
2009 Dec 04
0
[LLVMdev] r72619
>> > Only "_Z11dummysymbolv" should be there. Here's Doug's explanation of > why this should be so: > > Here's what it *looks* like is happening, and where the FE is probably > getting it wrong. First of all, the constructor in question is defined > outside of the basic_string class template as a non-inline definition: > >
2004 May 18
4
POP (dot) locks
Hello, just to soothe my paranoia from many years of qpopper usage, which enforces solitary access to a POP mailbox. Only one login per user is possible at the same time and if a session terminates w/o qpopper being properly notified it will remain locked for some time, 30 minutes by default. With dovecot (0.99.10.4) one can login multiple times (using POP, with IMAP of course this comes as