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.

149 results for “from:Santosh Srinivas”

Downloading Package Sources
Santosh Srinivas · Oct 31, 2010 · r-help

Dear Group, any idea how I can download the source code for all packages in Windows 7?

Access DDE Data
Santosh Srinivas · Nov 15, 2010 · r-help

Hello Group, Is it possible to access DDE data from R? Thanks in advance for any pointers. S

trycatch examples
Santosh Srinivas · Oct 10, 2010 · r-help

Dear R-group, I am looking for some good examples on trycatch. Any pointers? The help manual seems quite limited. Thanks.

dbWriteTable
Santosh Srinivas · Oct 22, 2010 · r-help

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

Dataset Transformation
Santosh Srinivas · Oct 11, 2010 · r-help

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

read.table
Santosh Srinivas · Feb 22, 2011 · r-help

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

Rapache on windows
Santosh Srinivas · Dec 13, 2010 · r-help

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

Plotting Data Table
Santosh Srinivas · Jun 2, 2011 · r-help

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

Empty Data Frame
Santosh Srinivas · Apr 27, 2011 · r-help

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

Read from a website
Santosh Srinivas · Oct 12, 2010 · r-help

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

Date issues
Santosh Srinivas · Sep 18, 2010 · r-help

Strangely this is not working ... what am I doing wrong here? > tDate <- FnO_Data$Date[1] > tDate [1] 20090101 > as.Date(c(tDate),format="%Y%m%d") [1] NA

If Statement with more than one condition
Santosh Srinivas · Oct 22, 2010 · r-help

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

Can we prepare a questionaire in R
Santosh Srinivas · Jun 9, 2011 · r-help

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

[xts] merge function weird behaviour
Santosh Srinivas · Dec 10, 2010 · r-sig-finance

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

snowfall (attempt to do a parallel computation)
Santosh Srinivas · Jan 12, 2011 · r-sig-hpc

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

Executing multiple .R files
Santosh Srinivas · Nov 23, 2010 · r-help

Hello R-Helpers, I have a directory with some ".R" files that I execute every day. I want to write a script that executes each one of time sequentially. Is there a statement for this? Thank you.

simple payoff function
Santosh Srinivas · Dec 11, 2010 · r-help

Just wondering if there is a better way to do this? x <- seq(4,20,1) y <- sapply(x, function(x) (max(x-10,0))) Is there a easier way to get to y? i.e. max(x-10,0)

Number of occurences of a character in a string
Santosh Srinivas · Oct 10, 2010 · r-help

New to R ... which is a function to most effectively search the number of occurrences of a character in a string? b <- c("jkhrikujhj345hi5hiklfjsdkljfksdio324j';;'lfd;g'lkfit34'5;435l;43'5k") I want the number of semi-colons ";" in b...

Rapache on windows
Santosh Srinivas · Dec 11, 2010 · r-help

Hello all, I searched on the www but could not find installation instructution for rapache on windows. The page says that the release runs on UNIX/Linux and Mac OS X operating systems. Has anyone been able to configure it...

format as percentage
Santosh Srinivas · Nov 10, 2010 · r-help

Basic question ... checked the help page but the only answer was to use paste! Is there any way to format as %? > degree = c(0.20,0.5) > degree [1] 0.2 0.5 > print(degree) [1] 0.2 0.5...

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