search for: c07

Displaying 12 results from an estimated 12 matches for "c07".

Did you mean: 07
2001 Jun 05
2
a bug? (PR#968)
...80 10 1 274 C06 CP2 CP 180 10 1 275 C06 CP2 CP 180 10 1 276 C06 CP2 CP 180 10 1 277 C06 CP2 CP 180 10 0 278 C06 CP2 CP 180 10 0 279 C06 CP2 CP 180 10 0 280 C06 CP2 CP 180 10 0 281 C06 CP2 CP 180 10 0 282 C06 CP2 CP 180 10 0 283 C06 CP2 CP 180 10 0 284 C06 CP2 CP 180 10 0 285 C06 CP2 CP 180 10 0 286 C07 CP2 CP 180 10 1 287 C07 CP2 CP 180 10 1 288 C07 CP2 CP 180 10 1 289 C07 CP2 CP 180 10 1 290 C07 CP2 CP 180 10 1 291 C07 CP2 CP 180 10 1 292 C07 CP2 CP 180 10 1 293 C07 CP2 CP 180 10 1 294 C07 CP2 CP 180 10 1 295 C07 CP2 CP 180 10 1 296 C07 CP2 CP 180 10 1 297 C07 CP2 CP 180 10 1 298 C07 CP2 CP 180...
2017 Dec 14
1
match and new columns
Hi Bill, I put stringsAsFactors = FALSE still did not work. tdat <- read.table(textConnection("A B C Y A12 B03 C04 0.70 A23 B05 C06 0.05 A14 B06 C07 1.20 A25 A23 A12 3.51 A16 A25 A14 2,16"),header = TRUE ,stringsAsFactors = FALSE) tdat$D <- 0 tdat$E <- 0 tdat$D <- (ifelse(tdat$B %in% tdat$A, tdat$A[tdat$B], 0)) tdat$E <- (ifelse(tdat$B %in% tdat$A, tdat$A[tdat$C], 0)) tdat I got this, A B C Y D E 1 A12 B03 C04 0.70...
2017 Dec 13
2
match and new columns
Thank you Rui, I did not get the desired result. Here is the output from your script A B C Y D E 1 A12 B03 C04 0.70 0 0 2 A23 B05 C06 0.05 0 0 3 A14 B06 C07 1.20 0 0 4 A25 A23 A12 3.51 1 1 5 A16 A25 A14 2,16 4 4 On Wed, Dec 13, 2017 at 4:36 PM, Rui Barradas <ruipbarradas at sapo.pt> wrote: > Hello, > > Here is one way. > > tdat$D <- ifelse(tdat$B %in% tdat$A, tdat$A[tdat$B], 0) > tdat$E <- ifelse(tdat$B %in% tdat$A, tda...
2017 Dec 13
3
match and new columns
Hi all, I have a data frame tdat <- read.table(textConnection("A B C Y A12 B03 C04 0.70 A23 B05 C06 0.05 A14 B06 C07 1.20 A25 A23 A12 3.51 A16 A25 A14 2,16"),header = TRUE) I want match tdat$B with tdat$A and populate the column values of tdat$A ( col A and Col B) in the newly created columns (col D and col E). please find my attempt and the desired output below Desired output A B C Y D E A12 B03 C04...
2017 Dec 14
0
match and new columns
...oftware wdunlap tibco.com On Wed, Dec 13, 2017 at 3:02 PM, Val <valkremk at gmail.com> wrote: > Thank you Rui, > I did not get the desired result. Here is the output from your script > > A B C Y D E > 1 A12 B03 C04 0.70 0 0 > 2 A23 B05 C06 0.05 0 0 > 3 A14 B06 C07 1.20 0 0 > 4 A25 A23 A12 3.51 1 1 > 5 A16 A25 A14 2,16 4 4 > > > On Wed, Dec 13, 2017 at 4:36 PM, Rui Barradas <ruipbarradas at sapo.pt> > wrote: > > > Hello, > > > > Here is one way. > > > > tdat$D <- ifelse(tdat$B %in% tdat$A, tdat$A[tda...
2017 Dec 13
0
match and new columns
...t$A[tdat$B], 0) tdat$E <- ifelse(tdat$B %in% tdat$A, tdat$A[tdat$C], 0) Hope this helps, Rui Barradas On 12/13/2017 9:36 PM, Val wrote: > Hi all, > > I have a data frame > tdat <- read.table(textConnection("A B C Y > A12 B03 C04 0.70 > A23 B05 C06 0.05 > A14 B06 C07 1.20 > A25 A23 A12 3.51 > A16 A25 A14 2,16"),header = TRUE) > > I want match tdat$B with tdat$A and populate the column values of tdat$A > ( col A and Col B) in the newly created columns (col D and col E). please > find my attempt and the desired output below > >...
2013 Mar 11
4
Pedigreemm
Hola a todos, me gustaría realizar una consulta asociada a la generación de valores genéticos del pedigreemm en R. Primero generé el archivo de pedigree incluyendo los parentales para posteriormente estimar la varianza aditiva y los valores genéticos para cada individuo, relacionando los individuos por medio de la matriz de parentesco. Me da todo perfecto, el complemento pedigreemm trabaja muy
2005 Jul 08
0
Testing Asterisk with PROTOS
...commands.The PROTOS tool definitively works, I think I am putting wrong TOURI in ( user@asterisk-server ) , 123456 is number of softphone hanging off switch, not the Asterisk server. Would appreciate some help , and other test advice. Slan / Ed > java -jar c07-sip-r2.jar -touri 123456@192.168.230.141 -validcase single-valued 'java.class.path', using it's value for jar file name reading data from jar file: c07-sip-r2.jar Sending Test-Case #0 test-case #0, 450 bytes Sending valid-case test-case #0, 455 bytes test-case #0: No repl...
2004 Jan 13
0
SIP test suite: anyone with spare time?
...e for SIP protocol usage: proxies and UA's among other tests. Since Asterisk implements partial proxy and full UA functionality, it may be worth someone's time to take a swing at getting this installed and pointed at an Asterisk box: http://www.ee.oulu.fi/research/ouspg/protos/testing/c07/sip/index.html If you could then record the failure modes, and document them on http://bugs.digium.com/ that would perhaps help the developer community in identifying where there are major/minor SIP flaws and in turn allow repairs that would make the SIP channel module in Asterisk a more stabl...
2005 Jan 26
3
setup questions- many users, little use
Hello All, I?m on the technology committee for a fraternity at the University of Illinois. We?re looking into moving from our current ?party line? (one line shared between every two rooms) system to a PBX with voicemail in an effort to lower our monthly phone bill and provide better communication services. We?ve pretty much settled on Asterisk as we do not wish to rewire all of our pots
2000 Jun 28
2
Colour depth reduced to 12 by bitmap devices
....250: R=G=B=170 "#bbbbbb", # Col.251: R=G=B=187 "#cccccc", # Col.252: R=G=B=204 "#dddddd", # Col.253: R=G=B=221 "#eeeeee", # Col.254: R=G=B=238 "#ffffff", # Col.255: R=G=B=255 ) -------------- next part -------------- C00 C01 C02 C03 C04 C05 C06 C07 C08 C09 C10 C11 C12 C13 C14 C15 R00 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 R01 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 R02 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 R03 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062...
2008 Oct 14
1
FreeBSD 7-STABLE, isp(4), QLE2462: panic & deadlocks
...xc67e0690) locked @ /usr/src/sys/cam/cam_periph.h:182 db> show lockedvnods Locked vnodes 0xcb090160: tag ufs, type VDIR usecount 1, writecount 0, refcount 3 mountedhere 0 flags () v_object 0xcaa70c1c ref 0 pages 1 lock type ufs: EXCL (count 1) by thread 0xc74c6690 (pid 768)#0 0xc077f6c0 at _lockmgr+0x560 #1 0xc099cb51 at ffs_lock+0x91 #2 0xc0aafcc5 at VOP_LOCK1_APV+0xa5 #3 0xc081f7b8 at _vn_lock+0xf8 #4 0xc0813c20 at vget+0x110 #5 0xc08029b7 at cache_lookup+0x4e7 #6 0xc0802aea at vfs_cache_lookup+0xaa #7 0xc0ab0e65 at VOP_LOOKUP_APV+0xe5 #8 0xc0808d2e at lookup+0x59e #9 0xc08...