search for: 15,16

Displaying 20 results from an estimated 34 matches for "15,16".

Did you mean: 1,16
2008 Apr 16
1
transposition problem
Hi use Rs, I have a csv file: "1989-90","1990-91" Barley,23,34 Oats,15,16 Which I want to turn into: year, Barley, Oats 1 "1989-90", 23, 15 2 "1990-91",34,16 Transpose doesn't quite do it, is there a standard way? Cheers, Geoff Russell
2010 Jul 02
1
xyplot: key inside the plot region / lme: confidence bands for predicted
...# predicted values grid <- expand.grid(year=0:6, Sex=c("Male", "Female")) grid$age <- grid$year+8 # plot vs. age fm.mix1 <-cbind(grid, distance = predict(Ortho.mix1, newdata = grid, level=0)) xyplot(distance ~ age, data=fm.mix1, groups=Sex, type="b", pch=c(15,16), cex=1.2, auto.key=list(text=c("Male", "Female"), points = TRUE, x=8, y=26), main="Linear mixed model: predicted growth") Can someone help? -Michael -- Michael Friendly Email: friendly AT yorku DOT ca Professor, Psychology Dept. York University...
2003 Aug 21
0
No audio in either direction, sip channels hanging, asterisk will not shut down.
...4 To: <sip:3046@asterisk.culver-tec.com>;tag=as5fa023e1 Call-ID: 000ab714-51fd0010-6f1d44d7-6ca818fe@192.168.101.186 CSeq: 102 INVITE User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Contact: <sip:3046@62.254.245.18> Content-Type: application/sdp Content-Length: 215 v=0 o=root 19457 19457 IN IP4 62.254.245.18 s=session c=IN IP4 62.254.245.18 t=0 0 m=audio 17826 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 to 192.168.101.186:5060 Sip read: SIP/2.0 180 Ringing Via: SIP/2.0/UDP 62.254.245.18:5060;...
2009 May 19
3
how to calculate means of matrix elements
useR's, I have several matrices of size 4x4 that I want to calculate means of their respective positions with. For example, consider I have 3 matrices given by the code: mat1 <- matrix(sample(1:20,16,replace=T),4,4) mat2 <- matrix(sample(-5:15,16,replace=T),4,4) mat3 <- matrix(sample(5:25,16,replace=T),4,4) The result I want is one matrix of size 4x4 in which position [1,1] is the mean of position [1,1] of the given three matrices. The same goes for all other positions of the matrix. If these three matrices are given in separate te...
2010 Aug 05
3
[LLVMdev] a problem when using postDominatorTree
...urs: > /Inorder PostDominator Tree: DFSNumbers invalid: 0 slow queries. > [1] <<exit node>> {0,21} > [2] %bb1 {1,2} > [2] %bb {3,4} > [2] %entry {5,6} > [2] %bb8 {7,20} > [3] %bb7 {8,9} > [3] %bb2 {10,11} > [3] %bb6 {12,13} > [3] %bb5 {14,19} > [4] %bb4 {15,16} > [4] %bb3 {17,18} > 0 opt 0x085643e8 > Stack dump: > 0. Program arguments: opt > -load=/home/a_i/llvm/llvm-2.7/Release/lib/ConsDumper.so -consdumper -f > -o pbzip2_2s.bc pbzip2.bc -debug > 1. Running pass 'dump constraints' on module 'pbzip2.bc'. > Seg...
2010 Aug 05
0
[LLVMdev] a problem when using postDominatorTree
...FSNumbers invalid: 0 slow queries. >> [1] <<exit node>> {0,21} >> [2] %bb1 {1,2} >> [2] %bb {3,4} >> [2] %entry {5,6} >> [2] %bb8 {7,20} >> [3] %bb7 {8,9} >> [3] %bb2 {10,11} >> [3] %bb6 {12,13} >> [3] %bb5 {14,19} >> [4] %bb4 {15,16} >> [4] %bb3 {17,18} >> 0 opt 0x085643e8 >> Stack dump: >> 0. Program arguments: opt >> -load=/home/a_i/llvm/llvm-2.7/Release/lib/ConsDumper.so -consdumper -f >> -o pbzip2_2s.bc pbzip2.bc -debug >> 1. Running pass 'dump constraints' on module ...
2013 Nov 15
1
ggplot2: orden de una variable en el eje x según el valor de otra variable.
Buenas noches, A ver si alguien me puede echar una mano, porque estoy hecho un lió. El caso es que tengo una matriz de datos con tres variables, por ejemplo: S<-1:5 P1<- c(20, 18, 19, 15,16) P2<- c(4, 2, 6, 1,3) total<- data.frame(P1, P2, S) Ordeno la matriz según los valores en la variable "P1" total <- total[order(total[,1]),] Hasta aquí todo perfecto. El caso es que quiero hacer un gráfico de lineas representando ambas variables P1 y P2, pero quiero que ap...
2010 Aug 05
1
[LLVMdev] a problem when using postDominatorTree
...gt;> [1] <<exit node>> {0,21} >>> [2] %bb1 {1,2} >>> [2] %bb {3,4} >>> [2] %entry {5,6} >>> [2] %bb8 {7,20} >>> [3] %bb7 {8,9} >>> [3] %bb2 {10,11} >>> [3] %bb6 {12,13} >>> [3] %bb5 {14,19} >>> [4] %bb4 {15,16} >>> [4] %bb3 {17,18} >>> 0 opt 0x085643e8 >>> Stack dump: >>> 0. Program arguments: opt >>> -load=/home/a_i/llvm/llvm-2.7/Release/lib/ConsDumper.so -consdumper -f >>> -o pbzip2_2s.bc pbzip2.bc -debug >>> 1. Running pass 'dump co...
2006 Jan 27
4
regular expressions, sub
...useBytes: Error in sub.perl(pattern, replacement, x, ignore.case, useBytes) : \n\tinvalid regular expression 'log('\n" trysub("log\(","ln ",fu) # C: same as A trysub("log\\(","ln ",fu) # D: no substitutions; errors for cases 15,16 # typical errors: "15 ~ext ~perl ~fixed useBytes: Error in sub(pattern, replacement, x, ignore.case, extended, fixed, useBytes) : \n\tinvalid regular expression 'log\\('\n" trysub("log\\(([:alpha:]+)\\)","ln \1",fu) # no substitutions, no errors...
2017 Apr 19
2
Can't compile Asterisk on Ubuntu 16
...untu 16 Feel free to take a look at https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/m aster/Asterisk-14-on-Ubuntu.md Ignore the bit about Voipfone and just skip to the "Install Asterisk" bit. I've used this same script with Asterisk 12,13 and 14 on Ubuntu 15,16 and 17 so this should work! Let me know how you get on. On 18 April 2017 at 13:41, Tech Support <asterisk at voipbusiness.us> wrote: > All; > > I am trying to build and install certified Asterisk 13.13 cert3 on > a Ubuntu 16.04.2 LTS host without much success. I am getti...
2017 Apr 18
2
Can't compile Asterisk on Ubuntu 16
...make[1]: *** [res_pjsip/config_transport.o] Error 1 Makefile:402: recipe for target 'res' failed make: *** [res] Error 2 Has anyone seen this error before? Any insight at all would be greatly appreciated. Thanks; John V. Tech Support Tech Support VoIP Business Solutions 240-215-3479 x325 <mailto:fsd at voipbusiness.us> support at voipbusiness.us -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170418/ee3001df/attachment.html>
2016 Jan 12
4
[GlobalISel] A Proposal for global instruction selection
...alid. > > > > Similarly, most targets have a single mapping of virtual bit numbers to > physical bit numbers for each size that is applied consistently when > mapping a type to memory. For example 32-bits map like so: > > Little Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} > map to physical memory bits {0..7,8..15,16..23,24..31} > > Big Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map > to physical memory bits {24..31,16..23,8..15,0..7} > > regardless of whether it's a float, or an i32. We therefore need zero &...
2016 Jan 12
2
[GlobalISel] A Proposal for global instruction selection
...rent-sized types is invalid. > > Similarly, most targets have a single mapping of virtual bit numbers to physical bit numbers for each size that is applied consistently when mapping a type to memory. For example 32-bits map like so: > Little Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {0..7,8..15,16..23,24..31} > Big Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {24..31,16..23,8..15,0..7} > regardless of whether it's a float, or an i32. We therefore need zero instructions to re-ma...
2016 Jan 13
2
[GlobalISel] A Proposal for global instruction selection
...;> >> >> Similarly, most targets have a single mapping of virtual bit numbers to physical bit numbers for each size that is applied consistently when mapping a type to memory. For example 32-bits map like so: >> >> Little Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {0..7,8..15,16..23,24..31} >> >> Big Endian Targets: virtual register bits {0..7,8..15,16..23,24..31} map to physical memory bits {24..31,16..23,8..15,0..7} >> >> regardless of whether it's a float, or an i32. We therefore nee...
2010 Aug 05
0
[LLVMdev] a problem when using postDominatorTree
...occurs: Inorder PostDominator Tree: DFSNumbers invalid: 0 slow queries. [1] <<exit node>> {0,21} [2] %bb1 {1,2} [2] %bb {3,4} [2] %entry {5,6} [2] %bb8 {7,20} [3] %bb7 {8,9} [3] %bb2 {10,11} [3] %bb6 {12,13} [3] %bb5 {14,19} [4] %bb4 {15,16} [4] %bb3 {17,18} 0 opt 0x085643e8 Stack dump: 0. Program arguments: opt -load=/home/a_i/llvm/llvm-2.7/Release/lib/ConsDumper.so -consdumper -f -o pbzip2_2s.bc pbzip2.bc -debug 1. Running pass 'dump constraints' on module 'pbzip2.bc'. Segmentation fault I have no hint...
2008 Feb 04
1
PRI with 20 channels
Dear all, I have got a PRI line with E1 20 channels, my question is: span=1,1,0,ccs,hdb3,crc4 bchan=1-15 dchan=16 bchan=17-31 If this is my zaptel config for an E1 PRI line, Which would be the config for a reduced PRI line for 15 channels? and for 20 channels? Thanks in advance. VoIPcrazy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/piperma...
2016 Jan 11
2
[GlobalISel] A Proposal for global instruction selection
...change with this conversion." > > In other words, deleting all bitcast instructions should be fine. > > My understanding of the quote you’ve highlighted is that it tells C programmers that this is like a memcpy, not a cast :). > > Cheers, > -Quentin > On Nov 20, 2015, at 6:53 AM, Daniel Sanders <Daniel.Sanders at imgtec.com <mailto:Daniel.Sanders at imgtec.com>> wrote: > > Hi, > > I haven't had chance to read all of this yet, but one minor thing occurred to me during your presentation that I want to mention. At one point you ment...
2010 Jul 16
0
Mixed Conditional Logit with nested data
...0 1,9,B,0,0,0,1,0,1,0,0,1,0 1,10,A,1,1,0,0,1,0,0,0,1,0 1,10,B,0,0,0,1,0,0,1,1,0,0 1,11,A,1,0,1,0,0,1,0,1,0,0 1,11,B,0,0,0,1,1,0,0,0,0,1 1,12,A,1,1,0,0,0,1,0,1,0,0 1,12,B,0,0,1,0,0,0,1,0,1,0 1,13,A,0,0,0,1,0,0,1,0,1,0 1,13,B,1,1,0,0,0,1,0,0,0,1 1,14,A,0,0,0,1,0,0,1,0,0,1 1,14,B,1,0,1,0,1,0,0,1,0,0 1,15,A,1,1,0,0,1,0,0,0,1,0 1,15,B,0,0,0,1,0,1,0,0,0,1 1,16,A,1,1,0,0,0,0,1,1,0,0 1,16,B,0,0,1,0,0,1,0,0,1,0 1,17,A,1,0,1,0,1,0,0,0,1,0 1,17,B,0,0,0,1,0,0,1,1,0,0 1,18,A,1,1,0,0,1,0,0,1,0,0 1,18,B,0,0,0,1,0,0,1,0,0,1 1,19,A,1,1,0,0,1,0,0,0,0,1 1,19,B,0,0,0,1,0,1,0,0,1,0 1,20,A,0,0,0,1,0,0,1,0,0,1 1,20,B,...
2012 Sep 28
3
Better way of Grouping?
Hello R users, This is more of a convenience question that I hope others might find useful if there is a better answer. I work with large datasets that requires multiple parsing stages for different analysis. For example, compare group 3 vs. group 4. A more complicated comparison would be time B in group 3 of group L with B in group 4 of group L. I normally subset each group with the
2006 Feb 02
3
15-min mean values
Good day everyone, I want to use zoo(aggregate) to calculate 15-min mean values from a wind dataset which has 1-min values. The data I have looks like this: vector VDATE vector WS 1 1998-10-22:02:11 12.5 2 1998-10-22:02:12 10.1 3 1998-10-22:02:13 11.2 4 1998-10-22:02:14 10.5 5 1998-10-22:02:15...