search for: a2009

Displaying 3 results from an estimated 3 matches for "a2009".

Did you mean: 2009
2009 Mar 11
1
Reshape question.
This hopefully is trivial. I am trying to reshape the data using the reshape package. First I read in the data: a2009 <- read.csv("Total2009.dat", header = TRUE) Then I trim it so that it only contains the columns that I have interested in: m2009 <- melt(a2009, id.var=c("DayOfYear","Category","SubCategory","Sku"), measure.var=c("Quantity"), na.rm=...
2012 May 09
2
Memoria de R y bucles for
...de 31,5 Mb... y no lo quiere abrir... ¿cuál es el límite? y segundo.... para evitar el error por falta de memoria.... tengo segmentada la base de datos por años... peeeero no me deja meter el fichero en el bucle, porque dice que no existe... es decir... si mis archivos son a1999.sav a2000.sav .....a2009.sav y lo meto dentro de un bucle desde 1999 a 2009: for (j in 1999:2009){ datos.j<-read.spss("aj.sav",to.data.frame= TRUE) attach(datos.j)} me dice que aj.sav no existe... y si los abro "manualmente" y después lo meto en el bucle: datos.1999<-read.spss("a1999.sav&quot...
2009 Nov 17
0
Bug#556695: FTBFS with binutils-gold
...t fails to build with GNU binutils-gold. The important difference is that --no-add-needed is the default behavior of of GNU binutils-gold. Please provide all needed libraries to the linker when building your executables. More informations can be found at http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking gcc -g -O2 -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -O2...