search for: veepsirtt

Displaying 13 results from an estimated 13 matches for "veepsirtt".

2012 Nov 02
2
Date format conversion from "2012-09-20" to "2012:09:20"
...library('quantmod') endDate =Sys.Date() startDate = as.Date(endDate-30, order="ymd") dataspy = getSymbols("SPY", from = startDate, to=endDate, auto.assign = FALSE) lastDate=startDate+5 #subset first 5 days dataspy['startDate::lastDate'] print(dataspy) Thanks veepsirtt -- View this message in context: http://r.789695.n4.nabble.com/Date-format-conversion-from-2012-09-20-to-2012-09-20-tp4643710p4648258.html Sent from the R help mailing list archive at Nabble.com.
2012 Oct 15
2
Download a file from url
...com/content/fo/fii_stats_12-Oct-2012.xls" local.xls.file = tempfile() download.file(url, local.xls.file) wb = loadWorkbook(local.xls.file, create=F) data = readWorksheet(wb, sheet=1) View(data) --------------------------------------------------------------- no results ... kindly help me thanks veepsirtt -- View this message in context: http://r.789695.n4.nabble.com/Download-a-file-from-url-tp4642985p4646215.html Sent from the R help mailing list archive at Nabble.com.
2010 Aug 23
3
sendmailR-package-valid code needed
...om, to, subject, msg, control=list(smtpServer="ASPMX.L.GOOGLE.COM")) ## End(Not run) the above commands are provided in this document ie http://cran.r-project.org/web/packages/sendmailR/sendmailR.pdf it is not working. hence give me a valid code for sending mails using gmail.com thanks veepsirtt
2013 Mar 21
1
plot and save as png
...ix(c(1,2,3,4), 4, 1, byrow = TRUE)) plot(sin, -pi, 10*pi) plot(sin, -pi, 20*pi) plot(sin, -pi, 30*pi) plot(sin, -pi, 40*pi) dev.off() but if I add this line png(filename = "fname.png", width = 900, height = 600, units = 'px') no plot is generated. where is the problem?. thanks veepsirtt > png(filename = "fname.png", width = 900, height = 600, units = 'px') > layout(matrix(c(1,2,3,4), 4, 1, byrow = TRUE)) > plot(sin, -pi, 10*pi) > plot(sin, -pi, 20*pi) > plot(sin, -pi, 30*pi) > plot(sin, -pi, 40*pi) > dev.off() null device 1 &gt...
2012 Oct 17
0
postForm() in RCurl and library RHTMLForms
........................................................................................................... g = createFunction(ff[[1]]) here after how to call the function like this and getting the table out of it. xx = g("10/09/2012 ", "15/10/2012") expecting your reply. thanks veepsirtt On Tue, Sep 25, 2012 at 12:10 PM, <veepsirtt@gmail.com> wrote: > Hi Duncan > > How to pass the parameters to this web form?. > year="2012" ,month="August" > I am not getting the table values. > > thanking you > veepsirtt > options(RCurlOptions...
2010 Jun 05
1
How to get the closing price from the the GOOGLE FINANCE site for NSEINDIA stocks
Sir, How to get the closing price from this link http://www.google.com/finance/historical?q=NSE:RCOM I installed quantmod getSymbols('NSE:RCOM',src='google') gives me this error********************** Error in download.file(paste(google.URL, "q=", Symbols.name, "&startdate=", : cannot open URL
2010 Aug 07
0
Fwd: quantmod Example-google data download-problems
---------- Forwarded message ---------- From: Velappan Periasamy <veepsirtt at gmail.com> Date: Sat, Aug 7, 2010 at 11:20 PM Subject: quantmod Example-google data download-problems To: r-sig-finance at stat.math.ethz.ch getSymbols("YHOO",src="google") is working getSymbols("NSE:RCOM",src="google") is not working. then how to d...
2011 Jan 30
1
Finding the correlation coefficient of two stocks
veepsirtt wrote: > > corr <- cor(s1,s2) > Error in cor(s1, s2) : incompatible dimensions > > Check lenghts of your series. cor(c(1,2),c(1,2,3)) #Error in cor(c(1, 2), c(1, 2, 3)) : incompatible dimensions Dieter -- View this message in context: http://r.789695.n4.nabble.com/Find...
2012 Oct 17
0
Passing the parameters for web form using getHTMLFormDescription
........................................................................................................... g = createFunction(ff[[1]]) here after how to call the function like this and getting the table out of it. xx = g("10/09/2012 ", "15/10/2012") expecting your reply. thanks veepsirtt -- View this message in context: http://r.789695.n4.nabble.com/Passing-the-parameters-for-web-form-using-getHTMLFormDescription-tp4646436.html Sent from the R help mailing list archive at Nabble.com.
2012 Oct 27
0
Remote access to R/Bioconductor on EBI's 64-bit Linux Cluster
...#39;s memory, processor or data storage capacity. Most up-to-date R version built for multicore CPUs Access to all Bioconductor packages Access to our computing infrastructure Fast access to data stored in EBI's repositories (e.g., public microarray data in ArrayExpress) Thanks veepsirtt -- View this message in context: http://r.789695.n4.nabble.com/Remote-access-to-R-Bioconductor-on-EBI-s-64-bit-Linux-Cluster-tp4647645.html Sent from the R help mailing list archive at Nabble.com.
2010 Aug 24
0
mlm for within subject design
...9;help' to r-help-request at r-project.org You can reach the person managing the list at r-help-owner at r-project.org When replying, please edit your Subject line so it is more specific than "Re: Contents of R-help digest..." --Forwarded Message Attachment-- From: veepsirtt at gmail.com To: r-help at r-project.org Date: Mon, 23 Aug 2010 16:14:52 +0530 Subject: [R] sendmailR-package-valid code needed ## Not run: from <- sprintf(" to <- "" subject <- "Hello from R" msg <- "It works!" sendmail(from, to, subject, msg, contr...
2010 Apr 11
1
Statistical test for stationarity-how
How to find out if EURGBP is stationary? Post the R codes for the same.
2010 Apr 11
0
Calculating the half-life for mean-reversion
How to compute the half-life of mean-reversion for GLD-GDX?.