search for: v3

Displaying 20 results from an estimated 7581 matches for "v3".

2006 Oct 15
0
chan_bluetooth - one way audio
I have compiled chan_bluetooth and I have used it many times before... but now I have a problem and I can?t find a solution. I have a bluetooth dongle (MSI) connected to my asterisk and I use a V3 phone to make calls to another cell phones... the thing is that I just get one way audio.. I can hear people from my IAX softphone but they can?t hear me... I don?t know what could be.. anyone had the same problem? Thanks for your time,...
2006 Aug 18
1
using R to perform a word count - syntax refinement and incorrect number of dimensions error
Hello, I am hoping someone can advise me regarding an error message I received and if needed, refine some syntax. I am wanting to calculate the word count for each row of a dataframe. Below, I have 3 variables ("V3.PD", "V3.HD", "V3.LP") which I want to obtain a word count for, by each row which contains these variables. Any assistance is much appreciated, Bob Green > wordcount1 <- read.csv("c:\\newstext.csv",header=T) > attach(wordcount1) > names(wordcou...
2006 Apr 17
1
interaction terms in formula of lm or glm
I would like to include pairwise interaction terms for lm(). For example, I want to include the quadratic term of variable "V3". > my.formula y ~ 1 + V1 + V3 + V3:V3 > my.data y V1 V2 V3 1 31 1 42 140 2 32 0 43 120 3 33 0 57 150 4 34 0 55 132 > foo <- lm(my.formula, data = my.data) > foo$coefficients (Intercept) V1 V3 29.47368421 -2.15789474 0.02631579 Why do the foo coef...
2005 May 19
4
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...e[1]: Leaving directory `/usr/build/llvm-gcc/intl' make[1]: Entering directory `/usr/build/llvm-gcc/libiberty' make[2]: Entering directory `/usr/build/llvm-gcc/libiberty/testsuite' ./test-demangle < /usr/cfrontend/src/libiberty/testsuite/demangle-expected FAIL at line 2648, style gnu-v3: in: _Z3fooIiFvdEiEvv out: (null) exp: void foo<int, void ()(double), int>() FAIL at line 2672, style gnu-v3: in: _ZngILi42EEvN1AIXplT_Li2EEE1TE out: void operator-<(int)42>(A<((int)42)+((int)2)>::T) exp: void operator-<42>(A<(42) + (2)>::T) FAIL at line 2692, style...
2011 Nov 22
0
Geek To Live: Build Your PC “On a Stick” With Prayaya V3
You're headed to your buddy's house and you want to play some World of Warcraft or watch a downloaded movie while you're there. You don't have to drag along your entire laptop to do so. Set up your "PC on a stick" with portable software Prayaya V3, a standalone Windows installation that runs directly from a flash drive or iPod. Plug in your V3-enabled portable drive into your buddy's PC, launch Windows from it, and use any application or document directly from the drive, no footprint left behind on the host PC. Great for anyone who work...
2012 Oct 07
2
Reshape2, melt, order of categorical variable and ggplot2
Hello everyone, I have the following data frame: > df V1 V2 V3 1 bench1_10 16675 16678 2 bench1_10 16585 16672 3 bench1_100 183924 185563 4 bench1_100 169310 184806 5 bench1_300 514430 516834 6 bench1_300 510743 514062 7 bench1_500 880146 877882 8 bench1_500 880146 857359 9 bench1_1k 880146 1589600 10 bench1_1k 880146 1709990 > I...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...aving directory `/usr/build/llvm-gcc/intl' make[1]: Entering directory `/usr/build/llvm-gcc/libiberty' make[2]: Entering directory `/usr/build/llvm-gcc/libiberty/testsuite' ./test-demangle < /usr/cfrontend/src/libiberty/testsuite/demangle-expected FAIL at line 2648, style gnu-v3: in: _Z3fooIiFvdEiEvv out: (null) exp: void foo<int, void ()(double), int>() FAIL at line 2672, style gnu-v3: in: _ZngILi42EEvN1AIXplT_Li2EEE1TE out: void operator-<(int)42>(A<((int)42)+((int)2)>::T) exp: void operator-<42>(A<(42) + (2)>::T) FAIL at l...
2005 Jan 14
2
[LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'
...ngw platform, I get this error: 'error: there are no arguments to `lrand48' that depend on a template parameter, so a declaration of `lrand48' must be available'. ------------------------ make[3]: Entering directory `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/testsuite' `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/scripts/testsuite_flags --build-cxx` -DHAVE_CONFIG_H -I. -I../../../../../../src/llvm-gcc-1/llvm-gcc/libstdc++-v3/testsuite -I.. -I/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/include/i686-pc-...
2009 Apr 23
2
conditional grouping of variables: ave or tapply or by or???
Dear R Users, I have the following data frame: v1 <- c(rep(10,3),rep(11,2)) v2 <- sample(5:10, 5, replace = T) v3 <- c(0,1,2,0,2) df <- data.frame(v1,v2,v3) > df v1 v2 v3 1 10 9 0 2 10 5 1 3 10 6 2 4 11 7 0 5 11 5 2 I want to add a new column v4 such that its values are equal to the value of v2 conditional on v3=0 for each subgroup of v1. In the above example, the final result should be l...
2008 Sep 03
3
subsetting a data frame
I have a data frame that looks like this: V1 V2 V3 a b 0:1:12 d f 1:2:1 c d 1:0:9 where V3 is in the form x:y:z Can someone show me how to subset the rows where the values of x, y and z <= 10: V1 V2 V3 d f 1:2:1 c d 1:0:9 Thanks Joseph [[alternative HTML version deleted]]
2002 Mar 13
0
rpart error with 0-frequency factor levels (with partial fix) (PR#1378)
...------------------------------------------------------- - Here's an example. The following is run immediately following startup in a completely empty directory (no .RData, no .Rhistory). > t1 <- data.frame(V1 = sample(c("A", "B"), 100, replace = T), V2 = runif(100), V3 = runif(100)) > > levels(t1$V1) [1] "A" "B" > > t2 <- t1 > t2$V1 <- factor(t2$V1, levels = c("A", "B", "C")) > t3 <- t2 > t3$V1[t3$V1 == "B"] <- "C" > > table(t2$V1) A B C 51 49 0...
2008 Sep 05
1
binary order combinations
Dear all! I have a vector of names names<-("V1", "V2", "V3",....., "V15") I could create all possible combinations of these names (of all lengths) using R: combos<-lapply(1:15,function(x) {combn(names,x) }) I get a list with all possible combinations of elements of 'names' that looks like this (just the very beginning of it):...
2016 Dec 20
4
[RFC PATCH] vring: Force use of DMA API for ARM-based systems
Booting Linux on an ARM fastmodel containing an SMMU emulation results in an unexpected I/O page fault from the legacy virtio-blk PCI device: [ 1.211721] arm-smmu-v3 2b400000.smmu: event 0x10 received: [ 1.211800] arm-smmu-v3 2b400000.smmu: 0x00000000fffff010 [ 1.211880] arm-smmu-v3 2b400000.smmu: 0x0000020800000000 [ 1.211959] arm-smmu-v3 2b400000.smmu: 0x00000008fa081002 [ 1.212075] arm-smmu-v3 2b400000.smmu: 0x0000000000000000 [ 1.212155] arm-...
2016 Dec 20
4
[RFC PATCH] vring: Force use of DMA API for ARM-based systems
Booting Linux on an ARM fastmodel containing an SMMU emulation results in an unexpected I/O page fault from the legacy virtio-blk PCI device: [ 1.211721] arm-smmu-v3 2b400000.smmu: event 0x10 received: [ 1.211800] arm-smmu-v3 2b400000.smmu: 0x00000000fffff010 [ 1.211880] arm-smmu-v3 2b400000.smmu: 0x0000020800000000 [ 1.211959] arm-smmu-v3 2b400000.smmu: 0x00000008fa081002 [ 1.212075] arm-smmu-v3 2b400000.smmu: 0x0000000000000000 [ 1.212155] arm-...
2012 Sep 26
5
create new column in a DF according to values from another column
..., I have a small problem in my R-code. Imagine this DF for example: DF <- data.frame(number=c(1,4,7,3,11,16,14,17,20,19),data=c(1:10)) I would like to add a new column "Station" in this DF. This new column must be automatically filled with: "V1" or "V2" or "V3". The choice must be done on the numbers (1st column). For example, I would like to have "V1" in the column "Station" in the rows where the numbers of the 1st column are: 1,7,11,16 ; then I would like to have "V2" in the rows where the numbers are: 4,14,20 and fi...
2017 Jan 10
3
[PATCH v2 2/2] vring: Force use of DMA API for ARM-based systems
...an 10, 2017 at 05:51:18PM +0000, Robin Murphy wrote: > From: Will Deacon <will.deacon at arm.com> > > Booting Linux on an ARM fastmodel containing an SMMU emulation results > in an unexpected I/O page fault from the legacy virtio-blk PCI device: > > [ 1.211721] arm-smmu-v3 2b400000.smmu: event 0x10 received: > [ 1.211800] arm-smmu-v3 2b400000.smmu: 0x00000000fffff010 > [ 1.211880] arm-smmu-v3 2b400000.smmu: 0x0000020800000000 > [ 1.211959] arm-smmu-v3 2b400000.smmu: 0x00000008fa081002 > [ 1.212075] arm-smmu-v3 2b400000.smmu: 0x0000000000000000...
2017 Jan 10
3
[PATCH v2 2/2] vring: Force use of DMA API for ARM-based systems
...an 10, 2017 at 05:51:18PM +0000, Robin Murphy wrote: > From: Will Deacon <will.deacon at arm.com> > > Booting Linux on an ARM fastmodel containing an SMMU emulation results > in an unexpected I/O page fault from the legacy virtio-blk PCI device: > > [ 1.211721] arm-smmu-v3 2b400000.smmu: event 0x10 received: > [ 1.211800] arm-smmu-v3 2b400000.smmu: 0x00000000fffff010 > [ 1.211880] arm-smmu-v3 2b400000.smmu: 0x0000020800000000 > [ 1.211959] arm-smmu-v3 2b400000.smmu: 0x00000008fa081002 > [ 1.212075] arm-smmu-v3 2b400000.smmu: 0x0000000000000000...
2010 Oct 04
3
How To Extract Row from A Data Frame
I have a data frame that looks like this: > print(df) V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 1 FN 8.637 28.890 31.430 31.052 29.878 33.215 32.728 32.187 29.305 31.462 2 FP 19.936 30.284 33.001 35.100 30.238 34.452 35.849 34.185 31.242 35.635 3 TN 0.000 17.190 16.460 21.100 17.960 15.120 17.200 17.190 15.270 15.310 4 TP 22.831...
2005 Jan 14
0
[LLVMdev] Building the CFE I get this error: there are no arguments to `lrand48'
...shot we are using isn't happy with mingw. In any case, I think it would be better to ask on the mingw lists to get some idea of what to do about this. -Chris > ------------------------ > make[3]: Entering directory > `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/testsuite' > `/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-v3/scripts/testsuite_flags > --build-cxx` -DHAVE_CONFIG_H -I. > -I../../../../../../src/llvm-gcc-1/llvm-gcc/libstdc++-v3/testsuite -I.. > -I/C/projects/build/MinGW/llvm-gcc-1-1/i686-pc-mingw32/libstdc++-...
2010 Apr 16
3
problem with FUN in Hmisc::summarize
...nction (FUN) of a single vector argument to create the statistical summaries. Consider an easy case: I'd like to compute the correlation between two variables in my dataframe, grouped according to other variables in the same dataframe. For exemple, consider the following dataframe D: V1 V2 V3 A 1 -1 A 1 1 A -1 -1 B 1 1 B 1 1 I'd like to use Hmisc::summarize(X=D, by=llist(myvar=D$V1), FUN=corr.V2.V3) where corr.V2.V3 is defined as follows: corr.V2.V3 = function(x) { d = cbind(x$V2, x$V3) out = c(cor(d)) names(out) = c("CORR")...