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