search for: colls

Displaying 20 results from an estimated 103 matches for "colls".

Did you mean: calls
2011 Jun 03
1
VLOOKUP in R - tried everything.
I am attempting to emulate the VLOOKUP function from Excel in R. I want to compare one column (coll.minus.release) with another (release.days) to get the number of parasitoid released at that time (TotalParasitoids). for example: coll.minus.release release.days ParasitoidTotal -12 -266 1700 8 -259 1000 8
2004 Jan 05
7
Are messages censored on this board?
I've submitted a message twice this evening and it has not appeared. Are messages censored on this board? regards john --------------------------------------------------------- John A Coll, Director, Connection Software 391 City Road, LONDON, EC1V 1NE, UK Tel: 020 7713 8000 From outside UK Tel: +44 20 7713 8000 Fax: 020 7713 8001 Fax: +44 20 7713 8001 Email:
2001 Feb 14
0
ASPI problem
Having gotten WinOnCD to start (though the installer fails (*.msi file)) by copying the files and registry from a windows install, I now have an ASPI problem. I am able to erase a cdrw from within winoncd and most of winoncd works pretty much as it should (but no drag'n drop works). Writing a CD does however not work yet and it appears to be a winaspi problem: Here is part of the trace:
2010 Apr 28
2
Size limitations for model.matrix?
Hello, I am running: R version 2.10.0 (2009-10-26) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 on a RedHat Linux box with 48Gb of memory. I am trying to create a model.matrix for a big model on a moderately large data set. It seems there is a size limitation to this model.matrix. > dim(coll.train) [1] 677236 128 > coll.1st.model.mat <-
2006 May 31
7
How to render from with <%%> ?
I have a loop that I iterate through in my view. <% coll.each do |itm| puts(itm.value) end %> How do I render the itm.value without using a <%= %> tag? Should puts not work? Joerg P.S. There is a good enough reason for me wanting to do this :-) -- Posted via http://www.ruby-forum.com/.
2012 Aug 12
2
"Masked by GlobalEnv"
hello everyone, i am getting problems in graph plotting. When i attach file after adding color attributes in my data set. i got problem of "GlobalEnv" and masked the followings. Like this >attach(machm) The following object(s) are masked _by_ '.GlobalEnv': coll, sp The following object(s) are masked from 'mach': angle, area, dis, plot, sp
2004 Jan 04
3
Newbie - MWI
Sorry for the partial post a moment ago With help I got two phones communicating - PCMA/PCMU was the problem. Next stpe is to try voicemail. VM works fine, I can leave a mesage and then retrieve it - but no MWI on the phone and no stutter dialtone. I promise I've spent the requisite 4 hours + on google etc. but have really no further ideas. The setup is 2 Grandstream phones (latest
2008 Jun 26
0
Help with to_xml - Add a custom tag in each ele in a coll.
Hi, I was advised to use either the :methods option of to_xml or use a block to add additional tags to the output. What I''m trying to do is add a permalink tag to each element in a collection, but I can''t seem to get it right. If I use the :methods option of to_xml, I''d need to access an url helper from a model, and I haven''t figured that out yet. When using
2004 Jan 05
8
This newbie gives up for now - sadly
This newbie has been trying out Asterisk. It has been both a) surprisingly painful and b) impressive in terms of helpful support from other users. Having got two phones to communicate and then got voicemail MWI going (neither painlessly) I decided the next step was to implement call transfer as per nearly all commercial PBX systems i.e. hold call consult another extension either exit and let
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...7,646,915,477,185,199,1= 1,923 2708,Barnard College,NY,IIB,733,516,395,508,943,652,509,654,49,19,56,6,154 2709,Concordia College,NY,IIB,352,289,275,303,436,366,363,387,11,6,14,1,32 2710,Cooper Union for Adv.Sci&Art,NY,IIB,684,514,433,607,872,673,600,784,35,= 18,6,0,59 2711,Cornell Univ.-Endowed Colls.,NY,I,787,562,482,627,1047,748,640,834,447,= 189,148,3,914 2711,Cornell Univ.-Statutory Clls,NY,I,651,511,431,549,847,691,598,732,318,2= 31,105,41,707 2712,D'Youville College,NY,IIB,404,385,327,359,485,456,390,427,15,22,32,7,76 2713,Dominican College,NY,IIB,*,400,354,365,*,508,438,454,4,10,19,9...
2011 May 09
2
[LLVMdev] <badref> showed up when duplicating a list of dependent instructions
I collected a sequence of LLVM instructions, want to make a copy of each and insert them into a PREVIOUS location inside the same function (all globals and locals are properly declared before the PREVIOUS location). Here is the list of instructions I want to duplicate and insert: 0 %90 = load i32* @strstart, align 4 1 %91 = add i32 %90, 2 2 %88 = load i32* @ins_h, align 4 3 %92 =
2008 Jan 11
1
Possible bug in R 2.6.1 (PR#10565)
Colleagues, =20 In using the paste command I have to spell out the collapse option: =20 > paste(1:3,coll=3D"a") [1] "1 a" "2 a" "3 a" > paste(1:3,collapse=3D"a") [1] "1a2a3" =20 My understanding is that the abbreviation coll should be adequate. Actually, even collaps isn't enough: =20
2011 Jul 01
1
how to apply several math/logic operations on columns/rows of a matrix
Dear R-Fans, The more I work with matrices (e.g., data.frames) the more I think it would be helpful to have functions to apply (several!) mathematical and/or logical operators column- or row-wise in a matrix. I know the function apply() and all its derivates (e.g., lapply) but I think this does not help for solving (e.g.) the following task: assume there is a 3x3 matrix: 1 2 4 4
2004 Jan 03
1
Newbie - getting two local phones tocommunicate would be a good start :)
Hi John, Try adding username=5702 and username=5703 to each of the configs in sip.conf. I recall I had this problem with the Grandstreams. -----Original Message----- From: John Coll [mailto:john.coll@csoft.co.uk] Sent: Saturday, January 03, 2004 11:56 AM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Newbie - getting two local phones tocommunicate would be a good start :)
2008 Mar 06
4
Active Record Question
Hi- Say I am returning some collection of DateTime items and I only want to compare the month. Is there a way to do this directly in the find? Something like this... @coll = Collection.find(:all, :conditions => ["date.month = ?",Time.now.lat_month]) Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2010 Jul 20
1
Random Forest - Strata
Hi all, Had struggled in getting "Strata" in randomForest to work on this. Can I get randomForest for each of its TREE, to get ALL sample from some strata to build tree, while leaving some strata TOTALLY untouched as oob? e.g. in below, how I can tell RF to, - for tree 1 in the forest, to use only Site A and B to build the tree, while using the WHOLE Site C data for the oob error
2011 May 09
0
[LLVMdev] <badref> showed up when duplicating a list of dependent instructions
Hi Chuck, > std::vector<Instruction *>::iterator p; > Instruction * pi = PREVIOUS_POSITION; > BasicBlock * pb = PREVIOUS_POSITION->getParent(); > > for(p = coll.begin(); p != coll.end(); ++p){ > Instruction * CurI = * p; > Instruction * CloneI = CurI->clone(); clone doesn't know have any magical way of knowing that it should update the instruction's
2009 May 27
2
Factor level with no cases shows up in a plot
Consider this data structure (df1) ... Group Year PctProf FullYr 1 Never RF 2004 87 88 2 Cohort 1 2004 83 84 3 Cohort 2 2004 84 86 4 Cohort 3 2004 87 87 5 Cohort 4 2004 73 74 6 Never RF 2005 85 86 7 Cohort 1 2005 81 82 8 Cohort 2 2005 81 81 9 Cohort 3 2005 78 79 10 Cohort 4 2005 72 74 11
2007 Apr 18
1
[BRIDGE]A basic question: what's the relationship of the Rx/Tx packets count between the bridge and its enslaved NIC.
...;cat /proc/net/dev ", i can see the Rx/Tx packets and bytes through each interface. just like this: [* time tick 1 *] Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 3926521 14121 0 0 0 0 0 0 3926521 14121 0 0 0 0 0 0 eth0: 7255431 37878 0 0 0 0 0 0 12869195 26229 0 0 0 0 0 0 eth1:12172910 25800 3 3...
2009 Nov 16
2
(Parallel) Random number seed question...
Hi All, I have k identical parallel pieces of code running, each using n.rand random numbers.? I would like to use the same RNG (for now), and set the seeds so that I can guarantee that there are no overlaps in the random numbers sampled by the k pieces of code.? Another side goal is to have reproducibility of my results.? In?the past I have used C with SPRNG for this task, but I'm hoping