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.

25 results for “from:Marco Chiarandini”

Handling very large integers with factorial and combinat (nCm)
Marco Chiarandini · Apr 4, 2005 · r-help

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...

Survfit plots in trellis graphics
Marco Chiarandini · Dec 9, 2006 · r-help

Dear all, is there a way to produce survfit plots in a trellis environment? I am trying this: print(Ecdf(~time | size*type, groups=alg,data=B,subscripts=TRUE, panel=function(x,groups,subscripts) { t <- survfit(Surv(time[subscripts],event...

nonparametric two-way structure all-pairwise comparisons
Marco Chiarandini · Jun 21, 2004 · r-help

Hello, I am conducting a two-way analysis of variance. The ANOVA assumption are not met, hence I need to use non-parametrical methods. In particular I am interested in all-pairwise comparisons between the levels of one of the...

wireframe (reloaded): how to remove the frame around my plot?
Marco Chiarandini · May 11, 2005 · r-help

Hello, I would like to remove the frame from wireframe, but that one only. I am currently doing trellis.par.set("axis.line",list(col=NA,lty=1,lwd=1)) but this has the flaw that also the tick lines...

Problems using html and dvips of Hmisc
Marco Chiarandini · May 1, 2005 · r-help

Dear all, I am experiencing the two following problems trying to produce a comfortable output using the package Hmisc. If I use: html(latex(D,file="here.tex"),file="here.html") where D is a data.frame the function html...

Wilcoxon test for mixed design (between-within subjects)
Marco Chiarandini · Jan 22, 2005 · r-help

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...

Friedman test for replicated blocked data
Marco Chiarandini · Dec 13, 2004 · r-help

Hi, I would need to extend the Friedman test to a replicated design. Currently the function: friedman.test(y, ...) only works for unreplicated designs. I found in Conover 1999 "Practical Nonparamteric statistics" an extension of the formula to my case...

Empirical cumulative distribution with censored data
Marco Chiarandini · Jan 16, 2005 · r-help

Dear list, I would like to plot the empirical cumulative distribution of the time needed by a treatment to attain a certain goal. A number of experiments is run with a strict time limit. In some experiments the goal is...

Passing arguments to panels in trellis plots
Marco Chiarandini · Dec 13, 2006 · r-help

Dear all, I am trying to produce survfit plots in a trellis environment and I would like the plots to be logarithmic. I am trying this: print(Ecdf(~time | size*type, groups=alg,data=B,subscripts=TRUE, panel=function(x...

Empirical cumulative distribution with censored data
Marco Chiarandini · Jan 16, 2005 · r-help

Peter Dalgaard wrote: > Marco Chiarandini <machud at rbg.informatik.tu-darmstadt.de> writes: > > >>Dear list, >> >>I would like to plot the empirical cumulative distribution of the time >>needed by a treatment to attain a certain goal. A number of >>experiments...

Problems in installing Rmpi library
Marco Chiarandini · Oct 1, 2004 · r-help

dear all, I am trying to install the Rmpi library on a cluster but I obtain the following error, which concerns the dynamic libraries: Rmpi version: 0.4-8 Rmpi is an interface (wrapper) to MPI APIs with interactive R...

organising the display in Trellis plots
Marco Chiarandini · Dec 3, 2004 · r-help

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...

Problems installing packages on MacOS with R 2.00
Marco Chiarandini · Nov 15, 2004 · r-help

Dear all, I have a problem installing a package required by Hmisc on MacOS 10.3.5 with R 2.00. g77 -fno-common -g -O2 -c avas.f -o avas.o g77 -fno-common -g -O2 -c rlsmo.f...

Wilcoxon test for mixed design (between-within subjects)
Marco Chiarandini · Jan 24, 2005 · r-help

Hallo Christoph, > There is always the possibility to summarize the replicates and > then calculate a common pairwise Wilcoxon test. mmmh, in this case I prefer the Friedman test, I would like not to loose any data. > The Friedman test calculates...

Trellis plot in multiple display with grid
Marco Chiarandini · Mar 21, 2004 · r-help

> This is from Hmisc, right ? I'm not too familiar with it. But I don't > see the link with the previous example. What exactly is wrong with > this ? Do you want to use a 'groups' argument ? Yes, it is...

Trellis plot in multiple display with grid
Marco Chiarandini · Mar 21, 2004 · r-help

Thank you a lot! It works exactly as I desired. I dare to ask you another detail about Trellis multiple display plots. I would like to plot vertical lines in correspondence of the confidence intervals with the function below in...

Problems installing packages on MacOS with R 2.00
Marco Chiarandini · Nov 15, 2004 · r-help

Dear Prof. Ripley, > It is R 2.0.0! Your problem is that you do not have g77 installed, or at > least, not the same version as was used to compile your version of R. > (Please do read the posting...

Multiple comparisons in a non parametric case
Marco Chiarandini · Sep 7, 2004 · r-help

Dear all, I am conducting a full factorial analysis. I have one factor consisting in algorithms, which I consider my treatments, and another factor made of the problems I want to solve. For each problem I obtain a response variable...

Variance components in generalized mixed models
Marco Chiarandini · Nov 7, 2008 · r-sig-mixed-models

Dear list, I have some problems with lmer of lme4. Using the latest version 0.999375-27 I receive as messages the following: > lmer(quality~ 1+(1|instance),data=OONR,family=Gamma()) Error in mer_finalize(ans) : General form of...

Multiple comparisons in a non parametric case
Marco Chiarandini · Sep 8, 2004 · r-help

Thanks Rolf and Thomas, > It looks to me like what you are doing is trying to judge > significance of differences by non-overlap of single-sample > confidence intervals. While this is appealing, it's not quite > right. Yes, this is...

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