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.

2,139 results for “from:John Kane”

horizontal bar plots for CI visualization
John Kane · Feb 12, 2015 · r-help

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...

dotchart - problem with gcolor
John Kane · Jan 19, 2008 · r-help

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...

retaining characters in a csv file
John Kane · Sep 23, 2015 · r-help

> -----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...

question on the 'stats' package
John Kane · Nov 2, 2007 · r-help

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...

Replacing values
John Kane · Dec 19, 2006 · r-help

--- 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...

dput Was Re: plotting zoo object
John Kane · Mar 14, 2008 · r-help

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...

Tutorial for Basic Stats
John Kane · Dec 10, 2007 · r-help

--- "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...

Question about levels/as.numeric
John Kane · Apr 11, 2011 · r-help

--- 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...

outlying
John Kane · Jun 19, 2007 · r-help

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...

simple question about exporting data...
John Kane · Jul 23, 2009 · r-help

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...

Factor Madness
John Kane · Dec 19, 2007 · r-help

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...

Subscription
John Kane · Jun 13, 2007 · 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...

Nonlinear integer programming (again)
John Kane · Feb 16, 2015 · r-help

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...

Simple rep() question duplicating times and dates.
John Kane · Nov 5, 2008 · r-help

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...

Adding elements in an array where I have missing data.
John Kane · May 2, 2006 · r-help

--- 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...

principal components analysis
John Kane · Feb 18, 2007 · r-help

--- 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...

A fortunes candidate?
John Kane · Apr 5, 2011 · r-help

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...

netlogo r-extension loadlibrary() failures
John Kane · Aug 28, 2013 · r-help

> -----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...

Separators in strptime---needed?
John Kane · Mar 23, 2011 · r-help

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...

Sharpe-Ratio
John Kane · May 3, 2007 · r-help

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 .