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.
And? John Kane Kingston ON Canada > -----Original Message----- > From: michael.eisenring at agroscope.admin.ch > Sent: Thu, 12 Feb 2015 13:56:37 +0000 > To: r-help at r-project.org > Subject: [R] horizontal bar plots for CI visualization ____________________________________________________________ FREE...
It a trivial point but can anyone tell me why gcolor is not working here? I thought that I should be getting the letters in red. lcolor seems to work just fine. aa <- c(3,6,3,5,8) lbs...
> -----Original Message----- > From: r.turner at auckland.ac.nz > Sent: Wed, 23 Sep 2015 13:26:58 +1200 > To: pdalgd at gmail.com .......... > I would say that this phenomenon ("Excel does it") is *overwhelming* > evidence that it is bad practice...
It's now part of the base (or default) installation. Do library() and you will see that it is already installed (and search() will show you that it is automatically loaded). --- david csongor <davidcsongor at gmail.com> wrote: > I can...
--- downunder <larsfromspace at web.de> wrote: > > Hi all, > > I have to recode some values in a dataset. for > example changing all zeros to > "." or 999 would be also ok. does anybody know how > to do this? thanks in > advance. lars...
This is only the second time that I remember haveing even seen a reference to dput(). The first time was about 3-4 days ago in something of a throw-away comment. Should it be in the posting guide and...
--- "Kapoor, Bharat " <k at chicagogsb.edu> wrote: > Thanks in advance - am looking for a Tutorial for > doing basic stats. I have already looked/looking at > the R-intro.pdf at the R site. Have a look at the Books and...
--- On Sun, 4/10/11, Rolf Turner <rolf.turner at xtra.co.nz> wrote: > From: Rolf Turner <rolf.turner at xtra.co.nz> > Subject: Re: [R] Question about levels/as.numeric > To: r-help at r-project.org > Received: Sunday...
You might want to have a look at the outliers package on CRAN. --- elyakhlifi mustapha <elyakhlifi_mustapha at yahoo.fr> wrote: > hello, > are there functions to detecte outlying observations > in samples? > thanks. > > > > > > > > > ___________________________________________________________________________ > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat...
I vote for it. --- On Thu, 7/23/09, Marc Schwartz <marc_schwartz at me.com> wrote: > From: Marc Schwartz <marc_schwartz at me.com> > On Jul 23, 2009, at 8:59 AM, Greg Snow wrote: > > > Doing the computations in...
What was spectrum orginally? --- Johannes Graumann <johannes_graumann at web.de> wrote: > Why is class(spectrum[["Ion"]]) after this "factor"? > > spectrum <- cbind(spectrum,Ion=rep("", > nrow(spectrum)),Deviation.AMU=rep(0.0, > nrow(spectrum))) > > slowly going crazy ... > > Joh > > ______________________________________________ > R-help...
--- Lucy Namu <lnmn02 at yahoo.co.uk> wrote: > I would like to subscribe and get free software for > statistical analysis. > Lucy It looks like you are subscribed. To download R http://www.r-project.org/. Some other sources of free...
You may have good reason to distrust the Excel solver :) See below John Kane Kingston ON Canada > -----Original Message----- > From: rzwick at ets.org > Sent: Sat, 14 Feb 2015 23:53:55 +0000 > To: r-help at r-project.org...
I want to create a data.frame of time and date for a year. I started with the idea of simply producing two vectors (time and date) The first part ( time) is easy. rep(1:24, 365) But how do...
--- Berton Gunter <gunter.berton at gene.com> wrote: > > > > Here are a few alternatives: > > > > replace(a, is.na(a), 0) + b > > > > ifelse(is.na(a), 0, a) + b > > > > mapply(sum, a, b, MoreArgs = list(na.rm = TRUE)) > > > > Well, Gabor, if you...
--- sabat <sabinaburrascano at gmail.com> wrote: > > Hi, just downloaded R. I need to run a simple > Principal Components Analysis, > with a plot and the variables scores as output. Does > anyone have some > scripts ready and easy to use...that anyone...
Sounds more like an advertisement A bit like the old TV story "Paladin, have gun, will travel". --- On Tue, 4/5/11, Bert Gunter <gunter.berton at gene.com> wrote: > From: Bert Gunter <gunter.berton at gene.com> > Subject: [R...
> -----Original Message----- > From: ripley at stats.ox.ac.uk > Sent: Wed, 28 Aug 2013 09:17:01 +0100 > To: r-help at r-project.org > [That is Microsoft, whose messages are infamously accurate but >maximally uninformative.] I don't think...
For some reason I thought that I could read some text into dates without a separator? Am I wrong? Examples Works, it appears ccc <- c("2011-04-07", "1989-10-12") x <- strptime(ccc, "%Y-%m-%d") Does not work...
http://finzi.psych.upenn.edu/R/library/tseries/html/sharpe.html --- Soare Marcian-Alin <soarealin at gmail.com> wrote: > Hello, > > Is there any possibility how i can calculate the > Sharpe Ratio of a ts? > > KR, > Alin Soare > > [[alternative HTML version...
Can't find what you're looking for? Try searching with Google .