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.
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061109/b1a13217/attachment.pl
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20061124/9ccb15d6/attachment.pl
R. Villegas schrieb: > 2 >> >> data1<-c(8,12,43,70) >> data2<- c(70,43,12,8) >> is the same for ks.test, isn't it? >> > Yes, it's the same. Wich version of R have you?. 2.4.0 Carmen
I did just the download of the pls package, but the NIR dataset is not available require(pls) [1] TRUE data(NIR) Warning message: data set 'NIR' not found in: data(NIR) is there another package with the dataset for...
Hi to all I did not found the right hints for functions with the dot-dot-dot argument. Is it possible to write own functions with the tree dots and if yes what's wrong with the following example? test...
Hi to all, maybe the last question was not clear enough. I did not found any hints how to decide whether it should use lower.tail or not. As it is an extra R-feature ( written in http://finzi.psych...
Benilton Carvalho schrieb: > the recommendation was to use lower.tail=FALSE. > > b > > O but then the results are significant and this does not match the observation. The results are matching the observations if the formula is pnorm(c(1.8691945...
Hi to all I would to determinate whether bits is a binary code and I would to find out the which bit is set to 1 bits <-"00110110" I found to detect whether there are only numbers all.digits(bits...
Hi To all, I found in the tread http://finzi.psych.upenn.edu/R/Rhelp02a/archive/46740.html the reply for /> y <- 3 / /> f <- function(x) y / /> environment(f) <- NULL / /> f(1) /but this example (R 2.4.0) will...
Gabor Grothendieck schrieb: > Your code plots x which has nothing to do with xt. > The same result if you change xt to x: 02:25 at the origin nothing else - I do not know why #---------- your suggestion -------- mn <- times(min...
Thanks, a lot I was not able to find it the hole day ... Carmen Phil Spector schrieb: > Carmen - > You certainly can write functions that use ..., but you need > to extract the arguments that the dots represent with list(). > Here's...
Hello r-group I have a question to the ks.test. I would expect different values for less and greater between data1 and data2. Does anybody could explain my point of misunderstanding the function? data1<-c(8,12,43,70...
Benilton Carvalho schrieb: > Well, AFAIK, the definition of a p-value is the probability of > observing something at least as extreme as the observed data. > > If you observed z, and Z follows a std-normal > > p-value = P( Z < -abs...
I got an answer for the other question (thank you) But there is another question (I am afraid this is a basic question ...) In this tread there is a hint hwo to calculate the p-vlue of an GEE: > _http...
Is there a possibility to minimize the interspace between the graphs or better is it possible to overlap the graphs a little bit? example from ?lm: ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61...
Gabor Grothendieck schrieb: > Is the problem how to produce an axis with a given minimum tick, > maximum tick and given number of ticks? In that case try this yes but ... ;-) I started with an plain R gui library(zoo) library...
Prof Brian Ripley schrieb: > On Sat, 16 Dec 2006, R. Villegas wrote: > >> 2006/12/15, Carmen Meier <carmei3 at web.de>: >>> Hello r-group >>> I have a question to the ks.test. >>> I would expect different values for less and...
Hi to all, I would like to bind data1 and data2 (both are coming from an Excel sheet) but only the data rows using rbind will cause double names and value. but I need only add the data.rows and...
Thank you for your reply Gabor, sure, the manually written axis works fine in any configuration. but I would prefer an "automatic" input. That means that I would like to use the datafield[1] for the minimum time and the...
Gabor Grothendieck schrieb: > My understanding is that the main point of your post was how to get times > on the X axis. hopefully at this point its clear how to do that and > you can > come up with some algorithm...
Can't find what you're looking for? Try searching with Google .