search for: bbin

Displaying 2 results from an estimated 2 matches for "bbin".

Did you mean: bin
2007 Feb 20
1
Difficulties with dataframe filter using elements from an array created using a for loop or seq()
...using seq() seqvector <- seq(0.05, 0.95, 0.10) ## Are the vectors the same? all.equal(loopvector, handmadevector) all.equal(loopvector, seqvector) print(handmadevector) print(loopvector) print(seqvector) ## As a simple testcase, I create a dataframe with two variables, a varA of dummy data, and bBins ## which is the column on which I was trying to filter. a <- c(0,1,2,0,1,3,4,5,3,5) b <- c(0.05,0.15,0.25,0.35,0.45,0.55,0.65,0.75,0.85,0.95) testdf <- data.frame(varA = a, bBins = b) attach(testdf) ## Loop through each of the vectors, create a filter on the dataframe based on equality wi...
2014 Aug 09
1
Compilation problems
...this before, so this is fine. But I have 2 problems with R compilation right now. After ./configure --prefix=/home/me/dir/ I get this: ================================ R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /home/balacobaco/bbin C compiler: gcc -std=gnu99 -g -O2 Fortran 77 compiler: gfortran -g -O2 C++ compiler: g++ -g -O2 C++ 11 compiler: g++ -std=c++11 -g -O2 Fortran 90/95 compiler: gfortran -g -O2 Obj-C compiler: Interfaces supported: X11, t...