search for: coll

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

Did you mean: call
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: john.coll@csoft.co.uk Web: www.csoft.co.uk PGP Public Key from keyserver
2001 Feb 14
0
ASPI problem
...ut the exact same error pops up): WineDbg starting... on pid 8715d20 No debug information in 32bit DLL '<Debugged process>' (0x00400000) Loaded debug information from ELF 'wine' (0x00000000) Breakpoint 1 at 0x4000d95c (_end+0x37fc122c) Loaded debug information from ELF '/coll/local/lib/libntdll.so' (0x40017000) Loaded debug information from ELF '/coll/local/lib/libwine.so' (0x4010a000) Loaded debug information from ELF '/coll/local/lib/libwine_unicode.so' (0x40120000) No debug information in ELF '/usr/lib/libncurses.so.5' (0x401f2000) Loaded...
2010 Apr 28
2
Size limitations for model.matrix?
...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 <- model.matrix(coll.1st.formula, data = coll.train) > dim(coll.1st.model.mat) [1] 581618 169 One I saw the resulting model.matrix had fewer rows than the original data.frame I played with the number of input variables in the model: > t...
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 >xmach=dis*sin(angle/180*pi); ymach=dis*cos(angle/180*pi) >plot(xmach,ymach, xlim=c(-5,5),ylim=c(-5,5), pch=19, cex= machm$area*0.05,col=machm$coll) Graph did not take right R color code. How can i s...
2004 Jan 04
3
Newbie - MWI
...> 5703,2,Voicemail(u5703) exten => 5703,102,Voicemail(b5703) exten => 5703,103,Hangup exten => 88,1,VoicemailMain(${CALLERIDNUM}) ------------------------------------------------------------- ; ; /etc/asterisk/voicemail.conf ; [general] format=wav49|gsm|wav [johnhome] 5702 = 5702,John Coll,john 5703 = 5703,John Coll,john
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 either a proc or a block I don''t know how to get the current record from the collectio...
2004 Jan 05
8
This newbie gives up for now - sadly
...its time to give up and re-visit Asterisk in some months time. I am really disappointed not to be able to use asterisk now. Thanks to those who helped me get as far as I did. I am sure this is going to be a killer app. 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: john.coll@csoft.co.uk Web: www.csoft.co.uk PGP Public Key from keyserver
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...Whereas 'read.csv' reads the data correctly, 'read.table' reads =20 everything between two occurences of ' as ONE data row: dim(data.csv) results (correctly) in 1161 17 dim(data.table) results in 955 17 For example: Line 78 of 'aaup.csv' is: 1302,Saint Mary's Coll. of =20 Calif.,CA,IIA,614,494,404,500,754,616,497,618,38,55,42,0,135 Line 162 of 'aaup.csv' is: 9635,Florida Internat'l =20 Univ.,FL,IIA,558,423,395,433,719,553,509,562,182,261,220,76,767 Line 163 of 'aaup.csv' is: 9841,University of North =20 Florida,FL,IIB,498,405,343,40...
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*...
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 shou...
2011 Jul 01
1
how to apply several math/logic operations on columns/rows of a matrix
...st don't know but I checked several R books and could not find a command to do this). It would be great to have a function in which it is possible to define a sequence of commands that can be applied column/row-wise. Thanks for a hint, Marc -- Dipl.-Psych. Marc Jekel MPI for Research on Collective Goods Kurt-Schumacher-Str. 10 D-53113 Bonn Germany email: jekel at coll.mpg.de phone: ++49 (0) 228 91416-852 http://www.coll.mpg.de/team/page/marc_jekel-0
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 :) Steven - thanks for that. OK I will try and ask "interesting and directed ques...
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...
2010 Jul 20
1
Random Forest - Strata
...9.71 B No 2.20 9.77 B No 2.60 8.60 B No 3.00 35.59 C Yes 3.50 16.07 C No 3.40 49.96 C No 3.10 35.35 Any idea / comments are welcomed. Thanks in advance. Coll -- View this message in context: http://r.789695.n4.nabble.com/Random-Forest-Strata-tp2295731p2295731.html Sent from the R help mailing list archive at Nabble.com.
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 operands to point to the clone you created earlier. For example, consider %l = load i3...
2009 May 27
2
Factor level with no cases shows up in a plot
...81 81 23 Cohort 2 2008 81 81 24 Cohort 3 2008 76 77 Now, > table(df2$Group) ... properly shows 0 cases for the Group level "cohort 4" ... Cohort 1 Cohort 2 Cohort 3 Cohort 4 Never RF 5 4 2 0 5 But when I plot ... coll = c("violet","blue","green","red") with(df2, interaction.plot(Year, Group, FullYr, lwd=3,col=coll, bty="l", lty=1, las=1, ylab="Percent Proficient", xlab="", main = "Proficiency Trends for RF and Non-RF Schoo...
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...
.... I have skimmed vignettes/docs for rsprng package, RNG doc in base, setRNG package, mvtnorm package vignette (Or am I setting myself up to write a current RNG doc?) (directed to Gregory Warnes) I found a presentation by Gregory Warnes from 1999 addressing these same questions (and uses a "collings generator" in some C code). http://www.r-project.org/conferences/DSC-1999/slides/warnes.ps.gz Have you turned to the snowfall related parallel implementations, did your Collings generator work well, or have you discovered another trick you might like to share? Thank you all for your time...