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”

Scale of axis for two data sets
John Kane · Aug 27, 2013 · r-help

Well I have not spent a lot of time looking at the data , especially with what appeared to be a constant :) . It was not clear to me that they were the same units for one thing.

list
John Kane · Jun 6, 2007 · r-help

--- elyakhlifi mustapha <elyakhlifi_mustapha at yahoo.fr> wrote: > hello, > I wanna know how to create a list of list if it's > possible and if it isn't possible how to do without. > thanks. Why? The question is not clear...

help with R
John Kane · Jan 10, 2008 · r-help

--- Sitadri_Bagchi at swissre.com wrote: > (2) Where do I get to see the complete library of > packages offered by R? > In particular, I am interested in quantile > regression and logistic > regression. R webpage > CRAN > Packages link. Also have a...

replacement
John Kane · Oct 19, 2007 · r-help

mydata[is.na(mydata)] <- NaN should work --- Samor Gandhi <samorgandhi at yahoo.com> wrote: > Hi, Is it possible to do the following > > > mydata > y x > 1 0.3 1 > 2 0.8 NA > 3 NA 0 > 4 0.2 1...

Need help with tables
John Kane · Oct 13, 2006 · r-help

--- laba diena <juscio at gmail.com> wrote: > I have a data file with 3 columns and I need to take > only 2, how to do that Have a look at the manual? An Introduction to R 2.7 Index vectors...

aggregate example : where is the state.region variable?
John Kane · Aug 21, 2006 · r-help

I was looking ?aggregate and ran the first example aggregate(state.x77, list(Region = state.region), mean) The variables in state.x77 appear to be : > state.x77 Population Income Illiteracy Life Exp Murder HS Grad Frost Area Where is the...

Knitr, ggplot and consistent fonts
John Kane · Dec 23, 2013 · r-help

Thanks Duncan. I had the feeling I was doing something wrong but did not realise it was that stupid. showNonASCII('ggplot(df, aes(x = x)) + geom_histogram(aes(y = ..density..)), binwidth = 1, colour = "black", fill = "white")') now runs and does...

stacked area chart
John Kane · Nov 16, 2006 · r-help

--- Domenico Vistocco <vistocco at unicas.it> wrote: > Dear helpeRs, > > anyone knows how to obtain a stacked area chart in > R? > I mean one of the graph that is used for > representing compositional > data along time. > > Thanks in advance, > domenico http...

Problem with mean()
John Kane · Jul 21, 2018 · r-help

Either I am doing something very stupid or my R installation has a glitch. What am I missing? dd1? <- 50 dd2? <- 54 mean(dd1, dd2) [1] 50? # wrong (dd1 + dd2)/2 [1] 52 # correct aa? <- c(48, 52, 56, 54...

help on data frame and matrix
John Kane · Sep 17, 2006 · r-help

--- Finosaur <mouandny at gmail.com> wrote: > I am given a data frame, which actually contains a > matrix. But I need to convert the data frame into a > matrix so that I can use the matrix operators. Can > anybody help me...

Working around 256 byte variable names? + trouble opening large file
John Kane · Sep 21, 2009 · r-help

--- On Mon, 9/21/09, hadley wickham <h.wickham at gmail.com> wrote: > From: hadley wickham <h.wickham at gmail.com> > > Don't use attach? Obvously good advice but why? __________________________________________________________________ The new Internet Explorer? 8 - Faster, safer, easier. Optimized for...

merge in function
John Kane · Dec 7, 2007 · r-help

I think we need some actual sample code . Also by= 0 seems a bit funny. --- qian z <qianpland at yahoo.com> wrote: > I used merge() in a function, but it doesn't return > correct data frame. > > add.name <- function(data...

basics: changing the directory
John Kane · Jul 2, 2007 · r-help

RSiteSearch("change directory") will take you to an archive site that should help. or type ?setwd to get the relevant man page. --- Georg Ehret <georgehret at gmail.com> wrote: > Dear Ms. R, > I struggle with a very basic command for...

multi-level modeling & R?
John Kane · Mar 28, 2007 · r-help

A colleague was asking me if R does multi-level modelling as opposed to multiple regression. Since I have no knowledge of multi-level modelling (except 5 minutes googling ) I thought that I would as here. Does are offer any...

Lengend function and moving average plot
John Kane · Feb 20, 2007 · r-help

--- amna khan <amnakhan493 at gmail.com> wrote: > Sir I am very new user of R. I am not understanding > the how to write the > plot description in box outside the plot. Have a look at http://finzi.psych.upenn.edu...

extract certain values from a ts
John Kane · Oct 24, 2006 · r-help

--- antonio rodriguez <antonio.raju at gmail.com> wrote: > Hi, > > Having several daily wind speed time series I want > to extract those > consecutive days over and below certain values (i.e. > 5 < x <8) Don't > know which funtion to use...

moran's i
John Kane · Sep 27, 2007 · r-help

moran {package: spdep} ? --- "rocchini at unisi.it" <rocchini at unisi.it> wrote: > i would like to perform moran's analysis with r... > thanks > duccio > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help...

Re gression using age and Duration of disease as a continous factors
John Kane · Jul 21, 2009 · r-help

--- On Mon, 7/20/09, 1Rnwb <sbpurohit at gmail.com> wrote: > I thought this forum is for help. now i know what the > statistician in my dept > does all day long Clearly he's not talking to you. Your first...

Plotting a stepwise increasing function
John Kane · Aug 31, 2006 · r-help

--- ?hagen Patrik <Patrik.Ohagen at mpa.se> wrote: > > Dear All, Sorry for spamming you with something > trivial. I would like to plot a "stepwise increasing > function" (if that makes sense? See crude ASCHII art > below). I think there is some...

by class...
John Kane · Dec 21, 2013 · r-help

Nominate for a fortune. John Kane Kingston ON Canada > -----Original Message----- > From: jdnewmil at dcn.davis.ca.us You seem to be falling prey to a common misconception that "R" is some monolithic tool, when in fact it is a...

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