search for: luedde

Displaying 8 results from an estimated 8 matches for "luedde".

2010 Nov 25
4
how to find a row index in a matrix or a data frame ?
Dear all, this looks pretty much a standard problem, but I couldn't find a satisfying and understandable solution. (A) Given a data frame (or matrix), e.g. x <- data.frame(A=c(1, 2, 2), B=c(4, 5, 5)) and a row of this data frame, e.g. r <- c(2, 5) I need to find one row index i (or all such indices) such that r is at the i-th row in x, that is, the
2001 May 23
2
help: exponential fit?
...kages, so could someone please give me a hint whether there exists a package for fitting exponential curves (of the type t --> \sum_i a_i \exp( - b_i t)) on a noisy signal? In fact monoexponential decay + polynomial growth is what I'd like to try. Thanks in advance, Mirko. -- Dr. M. Luedde <Mirko.Luedde at CellControl.De> CellControl Biomedical Laboratories AG Am Klopferspitz 19, 82152 Martinsried +49-89-895275-0 +49-179-5252064 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ....
2001 Jun 10
0
r-mode (ESS/XEmacs) issue solved
...ardless of OS. ;; ... more code ... (let* ((r-always-arg ;; replaced the following due to problems on cygwin / MS W2000 ; (if (or (equal window-system 'w32) (equal window-system 'win32)) ; "--ess " ; "--no-readline " ) "--ess " ; <Mirko.Luedde at CellControl.De> ) ;; ... even more code ... Of course, using MS W2000 executables in a cygwin / XEmacs / ESS environment is cheating, so I deserved right ;-) By the way, I'm also facing problems compiling the R source on cygwin. The preprocessor symbol "Win32" seems to b...
2001 Jun 08
1
binom.test appropriate?
Hi there, as part of a 2 x 2 contingency table analysis I would like to estimate conditional probabilities (success rates) in a Bernoulli experiment. In particular I want to test a null hypothesis p <= p0 versus the alternative hypothesis p > p0. As far as I understand the subject, there are UMPU tests for these types of hypotheses. Now I know about R's "binom.test" but the
2001 Jun 09
2
r-mode (ESS/XEmacs)
...s not running". The ESS buffer holds the message: "WARNING: unknown option --no-readline Fatal error: you must specify `--save', `--no-save' or `--vanilla' Process R exited abnormally with code 2 at Sat Jun 9 23:51:45 2001". Any ideas? Thanks, Mirko. -- Dr. M. Luedde <Mirko.Luedde at CellControl.De> CellControl Biomedical Laboratories AG Am Klopferspitz 19, 82152 Martinsried +49-89-895275-0 +49-179-5252064 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ...
2001 Jul 02
1
nls newbie: help approximating Weibull distribution
Hi folks, I tried to retain the Weibull distribution using the `nls' function and proceeding along the lines of the example provided in the `SSweibull' help (at least I thought so): t <- (1:200)/100 v <- pweibull(t, shape=3, scale=1) df <- data.frame(Time=t, Value=v) Asym <- 1.0; Drop <- 1.0; lrc <- 0; pwr <- 1 df.estimate <- nls(Value ~ SSweibull(Time,
2001 Jun 09
1
AW: binom.test appropriate?
...p > p0 (or p < p0 or p != p0). Thanks, Mirko. > -----Urspr?ngliche Nachricht----- > Von: Douglas Bates [mailto:bates at stat.wisc.edu] > Gesendet: Freitag, 8. Juni 2001 20:51 > An: L?dde Mirko > Betreff: Re: [R] binom.test appropriate? > > > L?dde Mirko <mirko.luedde at cellcontrol.de> writes: > > > Hi there, > > > > as part of a 2 x 2 contingency table analysis I would like > to estimate > > conditional probabilities (success rates) in a Bernoulli > > experiment. In particular I want to test a null hypothesis p <=...
2011 Jan 17
0
help on strange installation process of JRI / rJava 0.9.0
Hi Nidhi, > ... On the other hand, I also found that JRI.jar is missing from > both of these (piodev...) installations. ... this is resolved now in the /mnt/tools/r installation. Background: When compiling R, one needs to provide an option "--enable-R-shlib" in order that R is capable of dynamically linking libraries. Now the desired JRI package (Java calls into R) is part of