search for: fums

Displaying 14 results from an estimated 14 matches for "fums".

Did you mean: fms
2000 Apr 20
2
removing NA values from data frame & identification function
Dear people, 1) I have a data frame with named columns.For concreteness, let us say that I created a data frame from the vectors fee, fi fo, fum by giant.df <- cbind(fee, fi, fo, fum) Now, some of the entries in fee, fi fo fum are NAs. I want to remove any row which contains a NA, thus creating a new, smaller data frame, with the same column names. This seems like something people would need
2009 Oct 27
2
Print several xyplots to the same page in a pdf file
Hello everybody, I'm using the lattice package and the xyplot to make several graphs like below. However, I can just print the three grouped plots onto one page as I'm putting them into a pdf-file, which gives me a huge amount of pages... Is it possible to put them all, or at least more than one on the same page, for instance put three groups beside each other like columns? ...
2005 Oct 13
1
Idealx 9.1
Hoping someone knows how to deal with this, as I'm scratching my head. I have 8.3 or 8.4 installed already and they work ok for the most part. Server: FBSD5.4, Samba 3.0.20 Error in smbldap-useradd: camarillo# ./smbldap-useradd -w fums Could not find base dn, to get next uidNumber at /usr/local/sbin//smbldap_tools.pm line 995, <DATA> line 283. Data output during connection to LDAP server: Oct 13 12:12:42 db slapd[494]: conn=81708 fd=55 ACCEPT from IP=192.168.0.1:49822 (IP=0.0.0.0:389) Oct 13 12:12:42 db slapd[494]: con...
2010 Dec 26
2
environment question
Hello, everybody. I'm putting together some lecture notes and course exercises on R programming. My plan is to pick some R packages, ask students to read through code and see why things work, maybe make some changes. As I look for examples, I'm running up against the problem that packages use coding idioms that are unfamiliar to me. A difficult thing for me is explaining scope of
2014 Mar 29
2
[LLVMdev] Cast specific pointer type to generic one
Hi, Suppose I have a pointer to "something" (a structure I defined) and I want to pass the pointer to a generic function, that gets a 64-bit address pointer. How do I do that? For instance: The function is: void Foo (void *); I get the specific pointer using getPointerOperand() on a store instruction that store to it: inst->getPointerOperand()->getType() Now I want
2009 Oct 27
1
Exclude rows in xyplot
Hi all, I'm searching for a way to exclude outliers from my dataset while making xyplots. While plotting using pairs(), I exclude specific row in my data frame and save the settings as a variable which I later include as an argument: # Discard outliers and save settings as idx idx=with(fieldTrial0809, which(Pro>0 & Pro<0.95 & Fum>0 & Fum<0.4 & Mal>0.1 &
2004 Apr 01
1
Is asterisks the best for a simple DTMF response system?
I received a recommendation to check out Asterisk, as a platform to host a simple DTMF response system, something like: Setup up VoIP endpoint on Linux/FreeBSD system Answer incoming VoIP phone calls User enters 100#, perl script plays back "foo" User enters 101#, perl script plays back "fum" User enters 102#, perl script looks up something in
2010 Apr 14
2
Why no race condition when returning UNPROTECT-ed memory from C?
Consider the C (or C++) code called from the .Call interface: SEXP foo() { SEXP *p = PROTECT(allocVector(REALSXP, 10)); ... UNPROTECT(1); return p; } Why is there no danger that the allocated memory will be garbage collected after the UNPROTECT, but before the return of p? I have used code like this for some time and have never had a problem, but I'm not sure if/why it is guaranteed
2003 Oct 16
3
indexing a particular element in a list of vectors
I have a "list" of character vectors. I'm trying to see if there is a way (in a single line, without a loop) to pull out the first element of all the vectors contained in the list. listOfVectors[1:length(listOfVectors][1] doesn't work. ========================== If you want more details.. Here is my listOfVectors which is called "uuu" >
2003 Nov 11
1
+= assignment operator
The thread "Finding the name ob an object" gave me an idea about how to write an assignment operator like C's "+=": "%+=%" <- function(a, b) { as <- deparse(substitute(a)) bs <- deparse(substitute(b)) st <- paste(as, "<-", as, "+", bs) eval.parent(parse(text=st), 2) } R> xx <- matrix(1:9, 3,3) R> xx[2,
2005 Feb 17
3
A vector or array of data frames
Hi A simple question again, but I can't find it by google-ing R-help. Quite simply, I want to read in the contents of a number of files, using read.table, and assign the results to elements of a vector/array/list/whatever. I want it so that, if my vector/array/whatever is "pos", that pos[1] will give me the first data frame, pos[2] will give me the second etc... Kind of basic
2005 Apr 28
0
Sua mensagem não pode ser entregue
ESTE EMAIL ? AUTOM?TICO. POR FAVOR, N?O ENVIE UMA REPOSTA, POIS ELA N?O SER? RECEBIDA. N?o foi poss?vel entregar a sua mensagem. O destinat?rio n?o recebeu a sua mensagem. Veja a seguir a descri??o do motivo. <steve@ig.com.br>: A caixa postal do destinat?rio excedeu o limite de capacidade de armazenamento. maildrop: maildir over quota. --- Below this line is a copy of the message.
2012 Feb 17
8
Puppet syntax check for Komodo Edit
Hi folks, Recently I''ve been using a MacBook Pro (Lion) as a workstation, I''m feeling good even if still missing some tool (coming from Ubuntu environment). I''d like to have a cross platform IDE with basic Puppet syntax highlight, so far the one that seems to better fit my needs is Komodo Edit v7, that is mentioned here:
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++