search for: y2008

Displaying 5 results from an estimated 5 matches for "y2008".

Did you mean: 2008
2008 Dec 01
1
Help with lattice graphics
...attice code doesn't give the desired plot ## Next try with the graphics package ## Seems to be easier to get the desired plot ##First, some preprocessing of data df2007<-dataf[dfyr==2007,];df2008<-dataf[dfyr==2008,];df2009<-dataf[dfyr==2009,]; y2007<-matrix(df2007$y,ncol=nb,nrow=na) y2008<-matrix(df2008$y,ncol=nb,nrow=na) y2009<-matrix(df2009$y,ncol=nb,nrow=na) colnames(y2007)<-vec_b;colnames(y2008)<-vec_b;colnames(y2009)<-vec_b; rownames(y2007)<-vec_a;rownames(y2008)<-vec_a;rownames(y2009)<-vec_a; ysmax<-ceiling(max(colSums(y2007),colSums(y2008),colSums(y...
2012 Oct 11
1
Problems with getURL (RCurl) to obtain list files of an ftp directory
...EF=\"Y2007/\"><IMG border=\"0\" SRC=\" http://localhost:3128/squid-internal-static/icons/anthony-dir.gif\" ALT=\"[DIR] \"></A> <A HREF=\"Y2007/\">Y2007</A>. . . . . . . . . . . . . . Dec 23 2010 \n<A HREF=\"Y2008/\"><IMG border=\"0\" SRC=\" http://localhost:3128/squid-internal-static/icons/anthony-dir.gif\" ALT=\"[DIR] \"></A> <A HREF=\"Y2008/\">Y2008</A>. . . . . . . . . . . . . . Dec 23 2010 \n<A HREF=\"Y2009/\"&g...
2013 Dec 06
1
Accessing internal read-only parameters
Hi, I''d like to access read-only parameter package::status in my manifest. The only reference about RO-parameters usage I found is some irrelevant post in puppet-dev group (https://groups.google.com/d/msg/puppet-dev/XiEexgGGwHc/P1_s7OQo59kJ) from Y2008: <citate> And as "definition attributes" they would provide a nice way of accessing internal read-only parameters (e.g. "package::platform") which is not possible today AFAIK. </citate> So, is it possible to use them at all nowdays? If so, then how? Thank you....
2012 Apr 23
1
How to test if a slope is different than 1?
...ls: Min 1Q Median 3Q Max -0.94368 -0.13870 0.04398 0.17825 0.63365 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -1.18282 0.09120 -12.970 < 2e-16 *** log(data$SIZE, 10) 0.56009 0.02564 21.846 < 2e-16 *** data$Y2008 0.16825 0.04366 3.854 0.000151 *** data$Y2009 0.20310 0.04707 4.315 0.0000238 *** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.2793 on 228 degrees of freedom Multiple R-squared: 0.6768, Adjusted R-squared: 0.6726 F-s...
2010 Jun 23
1
Plotting Data on a Map
...Total_Electricity_Net_Generation_(Billion_Kilowatthours).csv", sep = ",", dec = ".") >>>>> >>>>> >>>>> names(elect.gen.tot) <- c("id", "y2004", "y2005", "y2006", "y2007", "y2008") >>>>> >>>>> >>>>> >>>>> >>>>> # make sure the id column is in the same case for both sets >>>>> elect.gen.tot$id <- tolower(elect.gen.tot$id) >>>>> >>>>> >>>&gt...