search for: 4120

Displaying 20 results from an estimated 76 matches for "4120".

Did you mean: 120
2005 Nov 10
2
IF/Else
Hi, I am trying to write a for loop with if else statements to calculate biomass density estimates for different types of sampling gear. My code is: bmd=for (i in 1:length(Gear)){ if (Gear==20) {bioden=Biomass/141} else {if (Gear==23) {bioden=Biomass/68}} else {if (Gear==160) {bioden=Biomass/4120}} else {if (Gear==170) {bioden=Biomass/2210}} else {if (Gear==300) {bioden=Biomass/(DIST_TOW*4*1853)}} else {if (Gear==301) {bioden=Biomass/(DIST_TOW*4*1853)}} } The syntax that is returned is: > bmd=for (i in 1:length(Gear)){ + if (Gear==20) {bioden=Biomass/141} + else {if (Gear==23) {bioden=...
2017 Jan 06
3
Issue with handling of 480 DND
Hi List, we're calling a sip phone from our Asterisk Server, and try to add logic depending on the dialstatus Stripped down example; exten = 494XXXXXXXXX,n,Dial(SIP/4120089,15,w) exten = 494XXXXXXXXX,n,Goto(98-${DIALSTATUS},1) exten = 494XXXXXXXXX,n,Hangup() ..... exten = 98-BUSY,1,NoOp(Busy) exten = 98-BUSY,n,ExecIf($["${Voicemail}" = "1"]?Playback(/home/4120/mitarbeiter/ab)) .... exten = 98-NOANSWER,1,NoOp(noanswer) exten = 98-NOANSWER,n,Exe...
2011 Jan 28
1
arules package question- apriori/S4 object export question
..... .. ..@ itemsetInfo:'data.frame': 0 obs. of 0 variables ..@ rhs :Formal class 'itemMatrix' [package "arules"] with 3 slots .. .. ..@ data :Formal class 'ngCMatrix' [package "Matrix"] with 5 slots .. .. .. .. ..@ i : int [1:789] 4120 3704 4172 3519 4182 3519 4120 4182 4172 4120 ... .. .. .. .. ..@ p : int [1:790] 0 1 2 3 4 5 6 7 8 9 ... .. .. .. .. ..@ Dim : int [1:2] 7002 789 .. .. .. .. ..@ Dimnames:List of 2 .. .. .. .. .. ..$ : NULL .. .. .. .. .. ..$ : NULL .. .. .. .. ..@ factors : list() .. .. ..@...
2007 May 28
2
Yearly statistics
...proportion of the number of observations which meet a criteria, applied to five years of data. How can I break down this proportion statistic for each year? For example (data in zoo format): open high low close hc lc 2004-12-29 4135 4135 4106 4116 8 -21 2004-12-30 4120 4131 4115 4119 15 -1 2004-12-31 4123 4124 4114 4117 5 -5 2005-01-04 4106 4137 4103 4137 20 -14 2005-01-06 4085 4110 4085 4096 10 -15 2005-01-10 4133 4148 4122 4139 15 -11 2005-01-11 4142 4158 4127 4130 19 -12 2005-01-12 4113 4138 4112 4127 18 8 Statistic of interest is proportion of ti...
2004 Jul 21
2
nonparametetric bivariate regression
...onpara. bivariate regression so that I can estimate the joint distribution of two variables as a function of some covariates? Thanks a lot. --------------------------------------------------- Ximing Wu Department of Economics University of Guelph Guelph, Ontario, Canada, N1G 2W1 Tel: (519) 842-4120, ext 53014 Fax: (519) 763-8497 email: xiwu at uoguelph.ca Webpage: http://www.uoguelph.ca/~xiwu/
2004 Jun 18
2
Need a working model of smb.conf for a PDC
...ing copy of your SMB file (only core components needed, no need for shares or anything). Thx in advance. _____________________________________________________________________________ Matthew Koster Customer Support Technician International Datacasting Corporation http://www.intldata.ca 613-596-4120 ext 254 This message, and the documents attached hereto, is intended only for the addressee and may contain privileged or confidential information. Any unauthorized disclosure is strictly prohibited. If you have received this message in error, please notify us immediately so that we may correct...
2012 Aug 07
2
What is this called? lapply(datum,"[[","ColumnName")
...command, and would like to learn more about it. Unfortunately I don't know what subject or topic it is under and cannot look it up in a book. Thank you, Kevin Master of Science Student Department of Food, Resource and Agricultural Economics University of Guelph Office: 519-824-4120 ext. 58528 Mobile: 226-979-2813 <http://fare.uoguelph.ca/users/kchang01> http://fare.uoguelph.ca/users/kchang01 [[alternative HTML version deleted]]
2005 Nov 15
4
Some applications does not work
...ring start I see: fixme:system:SystemParametersInfoW Unimplemented action: 8193 (SPI_SETFOREGROUNDLOCKTIMEOUT) I switch to application window: fixme:system:SystemParametersInfoW Unimplemented action: 4118 (SPI_GETTOOLTIPANIMATION) fixme:system:SystemParametersInfoW Unimplemented action: 4120 (SPI_GETTOOLTIPFADE) fixme:win:AnimateWindow partial stub These messages appears repeatedly. I go to options page: err:mmio:MMIO_ParseExtA No . in szFileName: "MenuPopup" and window does not appear. Could anybody help me? I have other applications doesn't work after...
2011 Nov 03
4
How to used MKL (not revolution-mkl) with Debian packages
...test your R with some benchmarks, here I am using "R-benchmark-25.R", which is available at http://*r*.research.att.com/benchmarks/. Note: I assume that your MKL is installed under /opt/intel/. * * -- Gong-Yi Liao Department of Statistics University of Connecticut 215 Glenbrook Road U4120 Storrs, CT 06269-4120 [[alternative HTML version deleted]]
2009 Oct 16
1
[LLVMdev] Command Line Bugzilla
...: tonic at nondot.org ... ddunbar at ozzy-2:~$ bugz search foo * Using http://llvm.org/bugs/ * Searching for 'foo' 3053 unassignedclangbugs clang doesn't check foo(int a[static 10]) callers 3984 unassignedclangbugs [driver] clang foo.c -std=c++98 doesn't treat inpu 4120 unassignedclangbugs better error recovery for digraph confusion: <::fo 4519 kremenek [[[[Foo alloc] init] bar] release] marked as Bad r 4941 unassignedclangbugs clang-cc should support -fno-builtin-foo -- Various parameters are probably hard coded to my usage, use at your ow...
2003 Dec 21
1
iconnect / asterisk ? calls hang up
...0 Reliably Transmitting: BYE sip:2001@211.28.211.217:5060 SIP/2.0 Via: SIP/2.0/UDP 61.95.68.84:5060;branch=z9hG4bK097c0033 From: <sip:861892142222@61.95.68.84>;tag=as240c55f5 To: justin <sip:2001@61.95.68.84>;tag=2602104623 Contact: <sip:861892142222@61.95.68.84> Call-ID: D957696B-4120-4FCE-874C-166615C542C2@211.28.211.217 211.28.211.217 is me at home.. exten 2001. 61.95.68.84 is server.. and the 213 is i connect anyone experienced this before.. ?? thanks heaps :) Justin
2010 Jun 29
1
Problem with GoToIfTime
...n new stack [Jun 29 14:06:34] WARNING[3076]: pbx.c:4127 get_range: Invalid end day '*', assuming none [Jun 29 14:06:34] -- Executing [s at macro-vac:11] *GotoIfTime*("SIP/testcorp-00000036", "**|*|*-1|jul*?onvac") in new stack [Jun 29 14:06:34] WARNING[3076]: pbx.c:4120 get_range: Invalid day '*', assuming none I want to set a period of 29 June till first July. Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100629/f7ca387b/attachment.htm
2006 Jun 25
2
Memory leak in 3.0.22?
...2:03:58, 0] lib/util.c:Realloc(969) Memory allocation error: failed to expand to 4136 bytes [2006/06/25 22:03:58, 0] lib/util.c:Realloc(969) Memory allocation error: failed to expand to 4136 bytes [2006/06/25 22:03:59, 0] lib/util.c:Realloc(969) Memory allocation error: failed to expand to 4120 bytes [2006/06/25 22:03:59, 0] lib/util.c:Realloc(969) Memory allocation error: failed to expand to 4120 bytes --- The smbd process memory usage according to `top` at this time: --- 28795 admin 2 0 130M 58M select 5:31 0.00% 0.00% smbd --- I never had this problem with Free...
2010 Jul 20
1
metaplot (rmeta)
...since the ORs are all adjusted for various factors.] Thanks! Kate Snedeker -- Kate Snedeker, PhD Postdoctoral Fellow Centre for Public Health and Zoonoses & Department of Population Medicine MacNabb House Ontario Veterinary College University of Guelph Guelph, Ontario N1G 2W1 Phone: 519-824-4120 x54471 Fax: 519-766-1730 E-mail: snedeker at uoguelph.ca
2008 Jul 12
2
Excel Trend Function
...51 7 2348 3671 4994 487926 2006 52 5 2606 29901 57196 215454181 2006 2 7 2968 4513 6058 664723 2006 3 7 1128 1889 2650 161231 2006 4 7 479 963 1447 65196 2006 5 7 2819 4413 6007 708094 2006 6 6 -1009 3128 7264 4766743 2006 7 7 -5239 10769 26777 71387835 2006 8 7 150 503 856 34685 2006 9 7 1858 2989 4120 356562 2006 10 7 193 494 795 25281 2006 11 7 125 346 567 13627 2006 12 7 432 767 1102 31189 2006 13 7 1229 1867 2505 113569 2006 14 7 813 1339 1865 77140 2006 15 4 -66 124 315 10105 2006 16 7 152 903 1654 157242 2006 17 0 2006 18 0 2006 19 5 0 0 0 0 2006 20 4 0 0 0 0 2006 21 5 0 0 0 0 2006 22 6 0...
2020 Aug 18
2
Channels freeze on Confbridge
...04:03:43 CBAnn/902-0000002f;2 default              s                   1 Up      (None)       (Empty) 04:03:43                         6e7710ea-7c0f-4c7e-a CBAnn/903-00000036;2 default              s                   1 Up      (None)       (Empty) 02:47:04                         05e10e42-85ec-4120-b CBAnn/903-00000036;1 default              s                   1 Up      (None)       (Empty) 02:47:04 PJSIP/directo-0001b7 oficina              903                 2 Up      ConfBridge   903                       8110221265 02:40:43 general     general     05e10e42-85ec-4120-b PJSIP/directo-...
2003 Dec 19
1
problem with rm.impute of the Design library
...0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1), pro=c(1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0), sex=c(1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1), y=cbind( y1<-c(5000, 3820, 4300, 3720, 4370, 4250, 4820, 4060, 4110, 4620, 4580, 3580, 3070, 4030, 3900, 3390, 3880, 4120, 3690, 4130), y2<-c(6160, 5240, 5210, 4650, 5600, 5340, 6020, 5590, 5140, 5640, 5340, 4640, 4650, NA, 5320, 4510, 4910, 4960, 4420, 5150), y3<-c(6720, 6040, 6240, 5550, 6610, 6850, 6760, 6370, 6030, NA, 6880, 5330, 5700, NA, 6220, 5240, 5850, 5960, 4910, 5550), y4<-c(7640, 6840, 6900...
2007 Jan 05
2
[LLVMdev] constant pool in large functions
...g constants throughtout functions. A C test and the code generated by LLVM and GCC are attached. As you can see in the following error the ldr is too far from constant: $ arm-linux-gnueabi-as teste-llvm.s teste-llvm.s: Assembler messages: teste-llvm.s:1039: Error: bad immediate value for offset (4120) Any ideas? Lauro -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070105/ab5fee94/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: teste.c Type: text/...
2002 May 24
3
Converting Character Strings into Object Names
...the objects a.pass.trp, b.pass.trp, c.pass.trp, a.trk.trp, etc. I'd like to be able to paste the names together and then use them as an object references. Brian Gregor, P.E. Transportation Planning Analysis Unit Oregon Department of Transportation Brian.J.GREGOR at odot.state.or.us (503) 986-4120 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2004 Jun 23
1
Problems with 3.0.4 PDC - Trust Relationship failed
...urity patch, but I want it to work with the patch installed and for that to happen I need 3.0.4 to work.) _____________________________________________________________________________ Matthew Koster Customer Support Technician International Datacasting Corporation http://www.intldata.ca 613-596-4120 ext 254 This message, and the documents attached hereto, is intended only for the addressee and may contain privileged or confidential information. Any unauthorized disclosure is strictly prohibited. If you have received this message in error, please notify us immediately so that we may correct...