search for: biovision

Displaying 20 results from an estimated 24 matches for "biovision".

2003 Apr 24
1
estimating number of clusters ("Null or more")
...But nothing ready to use as far as I understand. Or maybe I am wrong?! Q: are there any libraries in R with ready-to-use functions for estimation number of clusters... - ... with criterion based on entropy? - ... with criterion based on ecdf? Please Cc to: vkhamenia at biovision.de kind thanks. --------------------------------------------------------------------------- Valery A.Khamenya Bioinformatics Department BioVisioN AG, Hannover
2003 May 08
2
approximation of CDF
...x1 belong to range of the sample given. Polynomial approximation could be OK for me as well. P.S. whould you please to make Cc on me answering this mail? kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 Apr 25
1
numericDeriv and ecdf
...t;- 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
2003 May 08
1
AW: approximation of CDF
...al approximation up to infinity. Meanwhile the CDF might be linear in the corresponding range (we could take uniform data as an example) thank you for your reply, kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 Jul 21
3
calling R from C
...s code statically or dynamically. Any comments and/or links to docs on subj would be highly appreciated. (Especially comments on Mac) Thank you in advance. kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 Jul 21
3
calling R from C
...s code statically or dynamically. Any comments and/or links to docs on subj would be highly appreciated. (Especially comments on Mac) Thank you in advance. kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 Apr 25
2
AW: numericDeriv and ecdf
...0 0 0 0 [9,] 0 0 0 0 0 0 0 0 0 0 [10,] 0 0 0 0 0 0 0 0 0 0 What could you say now? With kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 Apr 28
0
AW: AW: numericDeriv and ecdf
...erivative': do you mean `numericDeriv'? yes. Sorry, there is no auto-completion function in my non-emacs email client as in emacs' ESS environment ;-) kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 May 15
1
error-prone feature?
...leasant behavior in semantics of R. Indeed: is.matrix(matrix(cbind(c(1,2,3,4)),ncol=2)[1:2,]) == TRUE but: is.matrix(matrix(c(1,2))[1:2,]) == FALSE kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 May 15
2
AW: error-prone feature?
...w patched cclust and clustIndex work fine for 1D case. BTW, why not to apply the "drop=F" to these functions? I guess other users need 1D case as well. kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 May 15
0
AW: AW: error-prone feature?
...ember of R-core. OK. I've sent a note about cclust patch to Evgenia Dimitriadou Thank you for your valueable comments. (No more reply needed in this thread) kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2003 May 13
3
homals for win32?
Hi All is there "homals" package prepared for win32? kind regards, Valery A.Khamenya --------------------------------------------------------------------------- Bioinformatics Department BioVisioN AG, Hannover
2004 Aug 09
3
built-in Sweave-like documentation in R-2.x
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 then?) thanks, Valery
2004 Oct 08
3
provide extra variables to environment in call
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 function `g', where I'd like to override variable `x' while calling `f': x <- "dummy gloabal value" g <- function() { x
2004 Sep 30
2
How to save graphics in portable way in batch mode?
Hi all, What is the right portable way to save graphics in batch mode? Remarks: 1. Problem is STFWed and RTFMed. In particular a short note about png() is found in R-FAQ. In fact, there were stated that png() is not reliable under Linux in batch mode. 2. savePlot under windows is quite convenient, but not supplied under Linux. 3. pdf() + postscript() < savePlot()
2004 Oct 01
5
R-2.0: roadmap? release statements? plans?
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 in comparison to R-1.9 Could anyone point me to the right URL? Thank you in advance. -- Valery
2004 Oct 01
5
R-2.0: roadmap? release statements? plans?
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 in comparison to R-1.9 Could anyone point me to the right URL? Thank you in advance. -- Valery
2004 Aug 09
5
AW: built-in Sweave-like documentation in R-2.x
> See the 'Writing R Extensions' manual, specifically > Creating R Packages -> Writing package vignettes thank you, i saw this entry. However, this entry is rather about how to include documents (in particular Sweave-based) into a package. But I have meant smth else. Let me explain in example. Today I use emacs as environment for my R-sessions. I am quite happy to use
2004 Aug 10
1
AW: AW: built-in Sweave-like documentation in R-2.x
> > 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 Emacs is one; > it almost does what is needed, but not quite. why almost, but not quite? ...without these "almost, but not
2004 Oct 04
2
AW: constructing specially ordered factor
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.default" is applied twice, what might be a bit expensive for strings. 2. your solution brings an implicit