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.

25 results for “from:Carmen Meier”

axis command and excel time format
Carmen Meier · Nov 9, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061109/b1a13217/attachment.pl

don't put line in plot
Carmen Meier · Nov 24, 2006 · r-help

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

ks.test "greater" and "less"
Carmen Meier · Dec 16, 2006 · r-help

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

where is the NIR dataset?
Carmen Meier · Jan 10, 2007 · r-help

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

writing function with ,... )
Carmen Meier · Nov 30, 2006 · r-help

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

pnorm how to decide lower-tail true or false
Carmen Meier · Jun 8, 2007 · r-help

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

p-value from GEE why factor 2*pnorm?
Carmen Meier · Jun 11, 2007 · r-help

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

String question
Carmen Meier · Nov 29, 2006 · r-help

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

error using environment(f) <- NULL
Carmen Meier · Dec 2, 2006 · r-help

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

axis command and excel time format
Carmen Meier · Nov 8, 2006 · r-help

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

writing function with ,... )
Carmen Meier · Dec 1, 2006 · r-help

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

ks.test "greater" and "less"
Carmen Meier · Dec 15, 2006 · r-help

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

p-value from GEE why factor 2*pnorm?
Carmen Meier · Jun 11, 2007 · r-help

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

p-value from GEE why factor 2*pnorm?
Carmen Meier · Jun 11, 2007 · r-help

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

par(mfrow .. how to minimize the interspace
Carmen Meier · Dec 12, 2006 · r-help

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

axis command and excel time format
Carmen Meier · Nov 8, 2006 · r-help

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

ks.test "greater" and "less"
Carmen Meier · Dec 17, 2006 · r-help

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

bind data.frames seperately
Carmen Meier · Dec 5, 2006 · r-help

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

axis command and excel time format
Carmen Meier · Nov 8, 2006 · r-help

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

axis command and excel time format
Carmen Meier · Nov 8, 2006 · r-help

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 .