search for: y2005

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

Did you mean: 2005
2012 Oct 11
1
Problems with getURL (RCurl) to obtain list files of an ftp directory
...EF=\"Y2004/\"><IMG border=\"0\" SRC=\" http://localhost:3128/squid-internal-static/icons/anthony-dir.gif\" ALT=\"[DIR] \"></A> <A HREF=\"Y2004/\">Y2004</A>. . . . . . . . . . . . . . Dec 23 2010 \n<A HREF=\"Y2005/\"><IMG border=\"0\" SRC=\" http://localhost:3128/squid-internal-static/icons/anthony-dir.gif\" ALT=\"[DIR] \"></A> <A HREF=\"Y2005/\">Y2005</A>. . . . . . . . . . . . . . Dec 23 2010 \n<A HREF=\"Y2006/\"&g...
2010 Jun 23
1
Plotting Data on a Map
...>>>>> elect.gen.tot <- read.csv("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)...
2008 Feb 07
0
Sampling with unequal probabilities
...d Hanif algorithms (though I don't recall if they used the final random shuffle). Here's one description, or you may prefer the description in Pedro J. Saavedra (2005) Comparison of Two Weighting Schemes for Sampling with Minimal Replacement http://www.amstat.org/Sections/Srms/Proceedings/y2005/Files/JSM2005-000882.pdf In the case of minimal = TRUE (sampling with minimal replacement), with unequal probabilities: * scale prob to sum to 1, * randomly sort the observations along with prob * let cprob = cumsum(prob), * draw a systematic sample of size 'size' in (0,1): uniformVecto...
2010 Nov 10
3
RGoogleDocs stopped working
Hello, Some code using RGoogleDocs, which had been working smoothly since the summer, just stopped working. I know that it worked on November 3rd, but it doesn't work today. I've confirmed that the login and password still work when I log in manually. I've confirmed that the URL gives the same error when I paste it into Firefox. I don't know enough about this web service to figure
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...kage = "RCurl"), ssl.verifypeer = FALSE)) > sheets.con = getGoogleDocsConnection(getGoogleAuth("fjbuch at gmail.com", ps, > service ="wise")) > ts2=getWorksheets("OnCall",sheets.con) #OnCall is just the name of a > spreadsheet > names(ts2) > y2005<-sheetAsMatrix(ts2$y2005,header=TRUE, as.data.frame=TRUE, trim=TRUE) > > Finally, I am willing to offer you a TeamViewer session where we can take > control of one another's computers and see if the problem is code or the > installation. I warn you that I am neither a programmer...