Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

9 results for “from:Yumin”

How download to spreadsheet?
Yumin · Sep 11, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110911/e52b7825/attachment.pl>

How download Yahoo Quote?
Yumin · Aug 27, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110827/2be4d574/attachment.pl>

How download to spreadsheet?
Yumin · Dec 13, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111213/72886a77/attachment.pl>

How to use Rmap in R 2.7.1 ?
Yumin ZHANG · Aug 4, 2008 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20080804/cf67b066/attachment.pl>

How download Yahoo Quote?
Yumin · Aug 28, 2011 · r-help

Hi Michael: I have simplified the code only to download the sp500 index. How to correct this simple codes. -- View this message in context: http://r.789695.n4.nabble.com/How-download-Yahoo-Quote-tp3769563p3774672.html Sent from the R...

How download Yahoo Quote?
Yumin · Aug 25, 2011 · r-help

Hello all: Friend told me that we can download the stock historical quote from Yahoo site by R! Could you tell me that is true or not, how to do that? Thanks! -- View this message in context: http://r.789695...

How download to spreadsheet?
Yumin · Sep 11, 2011 · r-help

Hello all: As everyone knows the stock quotes in Yahoo can be downloaded directly on EXCEL spreadsheet. we can also use the simple sentence of package tseries of R to download Yahoo quote: x <- get.hist.quote(instrument = "ibm", start...

How download Yahoo Quote?
Yumin · Aug 27, 2011 · r-help

Hi Michael: I installed: install. packages("quantmod") and now it accept library(quantmod) sentence. BUT after input: * con <- url("http://quote.yahoo.com") if(!inherits(try(open(con), silent = TRUE), "try-error")) { close(con) x <- get.hist.quote(instrument = "ibm...

How download Yahoo Quote?
Yumin · Aug 27, 2011 · r-help

Hi Michael: I tried to simplify the code, but still failed. * con <- url("http://quote.yahoo.com") if(!inherits(try(open(con), silent = TRUE), "try-error")) { close(con) x <- get.hist.quote(instrument = "ibm", quote = c("Cl", "Vol")) plot(x...

Can't find what you're looking for? Try searching with Google .