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.

10 results for “from:Aval Sarri”

How to use different title in a loop
Aval Sarri · Dec 8, 2008 · r-help

see ?paste main = paste ("Main effect of ", variable) > par(mfrow = c(n/2, 2)) > for ( i in 1:n) > { > plot(1:J, y[i, 1: J], main = 'Main effect of X_i') > } >

append string to a string
Aval Sarri · Dec 16, 2008 · r-help

On Wed, Dec 17, 2008 at 9:09 AM, J?rg Gro? <joerg at licht-malerei.de> wrote: > hi, > > > I want to append a string to a string like; > > x <- c("abc") > append(x, "def") paste (x, "def", sep="") see...

best material for programmers?
Aval Sarri · Sep 28, 2008 · r-help

On Sun, Sep 28, 2008 at 12:55 PM, June Kim <juneaftn at gmail.com> wrote: > Thanks for the reply, but RCurl looks like an interface to curl, which > might be useful but it's not what I'm looking...

newbie: closing unused connection + readline
Aval Sarri · May 18, 2009 · r-help

> I don't understand why read.table would have a problem reading > directly from a socket instead of a textConnection. ?Is this a bug? > Some subtlety in the semantics of socketConnection as opposed to > textConnection? ?Incorrect parameters when opening the...

newbie: closing unused connection + readline
Aval Sarri · May 16, 2009 · r-help

Hello; I am new to R and trying to read a line from socket connection at a time but at the end of script I am getting "closing unused connection" warning. I am not able to understand how to solve...

R Newbie: quantmod and zoo: Warning in rbind.zoo(...) : column names differ
Aval Sarri · Sep 2, 2008 · r-help

Hello; I am trying following but getting a warning message : Warning in rbind.zoo(...) : column names differ, no matter whatever I do. Also I do not want to specify column names manually, since I am just writing a wrapper function...

basic dataframe question
Aval Sarri · Sep 2, 2008 · r-help

Does ?I() help? See ? I() Regards Aval On Wed, Sep 3, 2008 at 9:30 AM, <Matthew.Findley at ch2m.com> wrote: > R Users: > > I'm wondering: > > Why does my logical vector becomes a numeric vector when stuffed into a...

read.csv : double quoted numbers
Aval Sarri · Aug 20, 2008 · r-help

Hello; I am new user of R; so pardon me. I am reading a .txt file that has around 50+ numeric columns with '\t' as separator. I am using read.csv function along with colClasses but that fails to recognize...

newbie: closing unused connection + readline
Aval Sarri · May 16, 2009 · r-help

On Sat, May 16, 2009 at 6:12 PM, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: > Try explicitly closing it: > > close(reader.socket) > > or > > closeAllConnections() Thank you Sir but is there a way that it does not get open each...

read.csv : double quoted numbers
Aval Sarri · Aug 22, 2008 · r-help

On Thu, Aug 21, 2008 at 12:54 AM, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: > The problem is the commas, not the quotes: First thanks to everyone for taking out time to help me. As Mr. Gabor rightly corrected...

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