Displaying 5 results from an estimated 5 matches for "cellcontrol".
Did you mean:
callcontrol
2001 May 23
2
help: exponential fit?
...ease 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.html
Send "info", &quo...
2001 Jun 10
0
r-mode (ESS/XEmacs) issue solved
...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 be defined
and...
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)
...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.html
Send "info", &qu...
2001 Jun 09
1
AW: binom.test appropriate?
...(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 <= p0
> > ve...