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.
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') > } >
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...
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...
> 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...
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...
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...
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...
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...
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...
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 .