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.

5 results for “from:Umberto Maggiore”

xypplot (lattice): colours of lines
Umberto Maggiore · Feb 4, 2004 · r-help

Using data from a multicenter study with a parallel-group design comparing two treatments, I plotted each subject's time change of X after stratifying for center: xyplot(X ~ time | center, type="l", panel=panel.superpose, groups=subject) Now I...

loops: pasting indexes in variables names
Umberto Maggiore · Sep 22, 2004 · r-help

I cannot figure out how, using R, I can paste indexes or characters to the variable names which are used within loops. I will explain this with a simple example: Immagine I have a huge series of variables, each one...

xyplot (lattice): colours of lines
Umberto Maggiore · Feb 5, 2004 · r-help

It works. However, now I get another odd result: in some plots there are straight lines connecting the end of a line with the beginning of another one. On Wednesday 04 February 2004 04:03, Umberto Maggiore wrote: >Using data...

Design functions after Multiple Imputation
Umberto Maggiore · Dec 8, 2003 · r-help

I am a new user of R for Windows, enthusiast about the many functions of the Design and Hmisc libraries. I combined the results of a Cox regression model after multiple imputation (of missing values in some covariates). Now I...

xyplot (lattice): colours of lines
Umberto Maggiore · Feb 5, 2004 · r-help

using either one of the following codes: xyplot(X ~ time | center, type="l", panel=panel.superpose, groups=subject, col = treatment) xyplot(X ~ time | center, groups = subject, panel = function(x, y, ...){ panel.superpose(x, y, col = treatment, type = "l", ...) }) I get...

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