search for: au2

Displaying 7 results from an estimated 7 matches for "au2".

Did you mean: a2
2013 Jan 11
4
count combined occurrences of categories
Dear all,   i would like to count the number of times where I have combined occurrences of the categories of 2 variables.   For instance, in the dataframe below, i would like to know how many times each author (au1, au2, au3 represent the first, second, third author) is associated with each of the category of the variable 'nam'. The position of the author does not matter.   nam <- c('da', 'ya', 'da', 'da', 'fr', 'fr', 'fr', 'da', 'ya...
2013 Jan 15
2
removing loops from code in making data.frame
...mal working example (my code is terrible i know...): #--------------------------------------------------------------------------------- au1 <- c('deb', 'art', 'deb', 'seb', 'deb', 'deb', 'mar', 'mar', 'joy', 'deb') au2 <- c('art', 'deb', 'soy', 'deb', 'joy', 'ani', 'deb', 'deb', 'nem', 'mar') au3 <- c('mar', 'lio', 'mil', 'mar', 'ani', 'lul', 'nem', 'art', 'deb&...
2007 Apr 23
1
Asterisk codecs retranslation
...k retranslates the media stream with the next way 1. Gets the frame with the UA1's codec 2. Retranslates it to slan 3. Ratranslates slan to UA2's codec 4. Send the frame It seems to me, that it follows these steps anyway, the question is: Will Asterisk retranslate the frame ua1->slin->au2, if the codecs of the 1-st user and the 2-nd are the same? I need him do not touch the frames, just retransmit them as is. -- Best Regards Alexander Olekhnovich -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachm...
2013 Jan 13
3
extracting character values
Dear all, I have a dataframe of names (netw), with each cell including last name and initials of an author; some cells have NA. I would like to extract only the last name from each cell; this new dataframe is calle 'res' Here is what I do: res <- data.frame(matrix(NA, nrow=dim(netw)[1], ncol=dim(netw)[2])) for (i in 1:x) { wh <- regexpr('[a-z]{3,}',
2007 Jun 18
0
audio stitching in php
found this at the php website http://au2.php.net/manual/en/ref.oggvorbis.php I have nearly completed the protype version ----- Original Message ----- From: "Conrad Parker" <conrad@metadecks.org> To: "Tom Sparks" <tom_a_sparks@yahoo.com.au> Cc: <speex-dev@xiph.org> Sent: Monday, June 18, 2007 3:48...
2015 Mar 20
2
How does Linux choose ARP request source IP?
I'm looking into some network "weirdness", and I noticed that a CentOS 6 system with multiple IP addresses (load balancer running keepalived) is sending ARP requests from apparently random source IPs. I would have thought that ARP requests would always come from the interface's "primary" IP (especially since keepalived adds all the virtual IPs with a /32 mask). This
2007 Oct 10
0
detecting finite mixtures
...s algorithm gave for my pilot data, and # changing it to Ap = 0.3 doesn't seem to help Au1=80 # True Am1 (based on pilot data) Aus1=30 # True SD for Am1 across subjects (just made up) As1=44 # True SD of lower A distribution # (based on pilot data) # (assumed to be the same for all subjects) Au2=115 # True Am2 (based on pilot data) Aus2=30 # True SD for Am2 across subjects (just made up) As2=17 # True SD of upper A distribution # (based on pilot data) Bp=0.6 # Ditto for distribution B Bu1=90 Bus1=30 Bs1=44 Bu2=115 Bus2=30 Bs2=17 These were the terrible results: Subject Am1 Bm1 1 53.61...