Displaying 9 results from an estimated 9 matches for "chiarandini".
2005 Jan 16
2
Empirical cumulative distribution with censored data
...ecdf(), but dealing with the
censored data is quite hard-working in this case.
Is there anything for censored data in ecdf like-functions or a way to
adapt plot.survfit to my case?
Thank you for consideration,
Ragards,
-------------------------------------------------------------------
Marco Chiarandini,
Fachgebiet Intellektik, Fachbereich Informatik,
Technische Universit?t Darmstadt
2004 Nov 15
2
Problems installing packages on MacOS with R 2.00
...-lfrtbegin library from /Applications/StartR.app/RAqua.app/Contents/etc
but this path does not exists anymore on R 2.00.
How could I solve the problem.
Thank you in advance for the help.
Marco
------------------------------------------------------------------------
-----------------
Marco Chiarandini, Fachgebiet Intellektik, Fachbereich Informatik,
Technische Universit??t Darmstadt, Hochschulstra??e 10,
D-64289 Darmstadt - Germany, Office: S2/02 Raum E317
Tel: +49.(0)6151.166802 Fax: +49.(0)6151.165326
email: machud at intellektik.informatik.tu-darmstadt.de
web page: http://www.intellektik.info...
2006 Dec 13
1
Passing arguments to panels in trellis plots
...being passed to the panel
and hence the output of the function survfit is not the expected one.
Is there a way to plot this correctly, ie, having first the survfit
computed and then the plot, like in:
plot(survfit(Surv(time,event)~groups,data=B),log=true)
Thanks in advance.
- Marco.
--
Marco Chiarandini http://www.imada.sdu.dk/~marco
Department of Mathematics Email: marco AT imada.sdu.dk
and Computer Science, Phone: +45 6550 4031
University of Southern Denmark Fax: +45 6593 2691
2004 Sep 07
1
Multiple comparisons in a non parametric case
...replications was the same for all experimental units.
I would like to know if someone in the list had a similar experience and
if what I am doing is correct. In alternative also a reference to
another list which could better fit my request is welcome.
Thank you for the help,
Marco
--
Marco Chiarandini, Fachgebiet Intellektik, Fachbereich Informatik,
Technische Universit??t Darmstadt, Hochschulstra??e 10,
D-64289 Darmstadt - Germany, Office: S2/02 Raum E317
Tel: +49 (0)6151 16-6802 Fax: +49 (0)6151 16-5326
email: machud at intellektik.informatik.tu-darmstadt.de
web page: http://www.intellektik.in...
2004 Dec 13
1
Friedman test for replicated blocked data
...where z is a quantile from the normal distribution, b the number of
blocks and k the number of treatments.
Unfortunately, the sources cited do not provide indications from where
the formula comes from.
Thank you for consideration,
Greetings,
Marco
----------------------------------
Marco Chiarandini,
Technische Universitaet Darmstadt
2005 Apr 04
1
Handling very large integers with factorial and combinat (nCm)
Dear list,
perhpas this question is more suitable for R-dev but since I am not
really a developer I post it here first.
Apparently the following lines do not create any problem in R:
library(combinat)
r <- 20; b <- 2;
sum( sapply(0:r,function(x) nCm(r,x)^(2*b)) ) > 2^64
while in C I obtain an overflow of data even using unsigned long long
and with long double I incurr in precision
2006 Dec 09
0
Survfit plots in trellis graphics
...="none")
panel.xyplot(t[1]$time,1-t[1]$ssurv,type="s",lty=2)
panel.xyplot(t[2]$time,1-t[2]$ssurv,type="s",lty=2)
}
)
but things get messed up if I try log transformations and to plot
confidence intervals.
- Marco.
--
Marco Chiarandini http://www.imada.sdu.dk/~marco
Department of Mathematics Email: marco AT imada.sdu.dk
and Computer Science, Phone: +45 6550 4031
University of Southern Denmark Fax: +45 6593 2691
2005 Jan 22
1
Wilcoxon test for mixed design (between-within subjects)
Hallo,
is there any extension of the pairwise Wilcoxon test to a dependent
samples layout with replicates (or, in other terms, a one-way layout
with blocking and replicates)?
The Wilcoxon method with matched pairs works for the case of dependent
samples with one observation per block, while the Mann-Whitney test
works for independent samples, thus one single block and replicated
observations. Is
2004 Dec 03
1
organising the display in Trellis plots
Hallo,
I would like to organise at my pleasure the layout of a trellis plot.
Currently I have a 3x3 matrix display and 7 plots. Is it possible to
choose which specific panels will stay empty?
I tried index.perm to arrange the order. Then there is perm.cond which I
could not understand if it can serve for my purpose since I cant really
find which kind of data it accepts.
Thank you for the help.