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.

33 results for “from:Khamenia, Valery”

homals for win32?
Khamenia, Valery · May 13, 2003 · r-help

Hi All is there "homals" package prepared for win32? kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover

AW: [R] How to save graphics in portable way in batch mode?
Khamenia, Valery · Sep 30, 2004 · r-help

> pdf(onefile=FALSE) > plot() > plot() > plot() > dev.off() oh, nice hint. The following: pdf(file="aaa%02d.pdf", onefile=FALSE) is very close to compromise, thank you, Chunk! -- Valery.

numericDeriv and ecdf
Khamenia, Valery · Apr 25, 2003 · r-help

Hi All, following expression: x <- sort(rnorm(10)); e <- ecdf(x); d <- numericDeriv(e(x),"x"); makes d far from approximation of one dimensional pdf. What's wrong then here? Kind regards. --------------------------------------------------------------------------- Valery A.Khamenya Bioinformatics Department BioVisioN AG, Hannover

built-in Sweave-like documentation in R-2.x
Khamenia, Valery · Aug 9, 2004 · r-help

Hi devels, i did not find at this page: http://developer.r-project.org/ideas.txt any ideas concerning incorporating documentation possibilities (say, Sweave-based) into R-scripts. Was it discussed already? (If discussed, then what is the decision/conclusion...

error-prone feature?
Khamenia, Valery · May 15, 2003 · r-help

Hi All, while looking why the cclust(cclust) doesn't work for 1-dimensional data, I've found unpleasant behavior in semantics of R. Indeed: is.matrix(matrix(cbind(c(1,2,3,4)),ncol=2)[1:2,]) == TRUE but...

AW: [R] homals for win32?
Khamenia, Valery · May 13, 2003 · r-help

> > is there "homals" package prepared for win32? > I presume the source code on CRAN works on all platforms, but > why don't you try it and see? Why don't? -- I did. It works even without proper installation... But it...

AW: AW: [R] error-prone feature?
Khamenia, Valery · May 15, 2003 · r-help

> Nothing to do with me: you should report problems with > packages to the > maintainers, rather than R-help or a member of R-core. OK. I've sent a note about cclust patch to Evgenia Dimitriadou Thank you for your...

R-2.0: roadmap? release statements? plans?
Khamenia, Valery · Oct 1, 2004 · r-help

Hi all, I took a look at last 2 months post in R-help maillist and surfed through the R-project.org . Unfortunately, I can't find some page with roadmap/statements about major changes coming in R-2.0...

AW: [R] error-prone feature?
Khamenia, Valery · May 15, 2003 · r-help

> Well, that is in all good texts on R, together with the > solution: drop=FALSE. See ?"[" for the on-line details. OK. Thank you a lot. Now patched cclust and clustIndex work fine for 1D case. BTW, why not to...

AW: AW: [R] built-in Sweave-like documentation in R-2.x
Khamenia, Valery · Aug 10, 2004 · r-help

> > Is selecting and 'C-c C-r'-ing the 3 chunks separately that bad? > > Yes. The UI should take care of it for him. right. > > Others may have better suggestions. > > A bit more work on the chunk evaluation approach within...

AW: [R] constructing specially ordered factor
Khamenia, Valery · Oct 4, 2004 · r-help

Hi Petr, Thank you for your reply. > Factor <- function(f,n, decreasing=TRUE, ...) { > ooo<-order(levels(factor(n)), decreasing=decreasing) > my.order<-levels(factor(f))[ooo] > factor(f, levels=my.order) > } it works incorrectly. Indeed, let's apply with your...

approximation of CDF
Khamenia, Valery · May 8, 2003 · r-help

Hi all, is there any package in R capable of smooth approximation of CDF basing on given sample? (Thus, I am not speaking about ecdf) In particular, I expect very much that the approximation should subject to the property: f...

AW: [R] constructing specially ordered factor
Khamenia, Valery · Oct 4, 2004 · r-help

Hi Dimitris, thank you for your reply, > does the following work in your data: > > levs <- unique.default(Names) > factor(Names, levs[order(unique.default(Weights))]) your solution is really shorter, but has two issues to be meant here: 1. "unique...

calling R from C
Khamenia, Valery · Jul 21, 2003 · r-devel

Hi All, We'd like to use functions provided in R in our application. Our application is written in C/C++ and currently runs on win32, Linux and Mac. We'd be happy to attach the whole R ( i.e...

calling R from C
Khamenia, Valery · Jul 21, 2003 · r-help

Hi All, We'd like to use functions provided in R in our application. Our application is written in C/C++ and currently runs on win32, Linux and Mac. We'd be happy to attach the whole R ( i.e...

AW: [R] built-in Sweave-like documentation in R-2.x
Khamenia, Valery · Aug 10, 2004 · r-help

hi tony, > What exactly do you mean by this? > 1. generation of Sweave-style docs from R programs or interaction? neither (if i correctly interpret your question). > 2. tools for doing docs and analysis at the same time? Emacs Speaks...

calling R from C
Khamenia, Valery · Jul 21, 2003 · r-devel

Hi All, We'd like to use functions provided in R in our application. Our application is written in C/C++ and currently runs on win32, Linux and Mac. We'd be happy to attach the whole R ( i.e...

calling R from C
Khamenia, Valery · Jul 21, 2003 · r-help

Hi All, We'd like to use functions provided in R in our application. Our application is written in C/C++ and currently runs on win32, Linux and Mac. We'd be happy to attach the whole R ( i.e...

provide extra variables to environment in call
Khamenia, Valery · Oct 8, 2004 · r-help

Hi all, Situation: there is a function `f' already defined by someone and provided in package. `f' looks like that: f <- function() { x+1 } i.e. `f' is not closed i.r.t. term `x' now I have my own...

LLVM for next R generations
Khamenia, Valery · Jul 13, 2004 · r-help

Hi R-developers, R (unlike say C++) is rather interactive/interpreter language with some high-order functions support. There is a nice project, which able to bring exactly these type of language implementations to a next performance level. I mean...

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