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.

7 results for “from:Dennis L. Malandro”

R programming style
Dennis L. Malandro · Mar 29, 2000 · r-help

Hi R fans, I was trying to write some code in R when I realized that I was just writing a FORTRAN 77 style program in the R syntax, and hence coming nowhere near tapping the potential of R. I...

factor labels in model.frame
Dennis L. Malandro · Apr 8, 2002 · r-help

Hello, model.frame changes the factor labels when na.action = na.omit. > f <- gl(3, 2, 6, paste('m', 1:3, sep = '')) > r <- c(NA, NA, 3:6) > mf <- model.frame(~ r + f, na.action = na.omit) > mf r f...

Titles in plots generated within tapply
Dennis L. Malandro · Feb 1, 2006 · r-help

How would one go about putting titles in each of several plots that are generated from within a call to tapply? For example I'd like the following two barplots to have titles 'Group 1' and 'Group 2', where '1...

text in qqmath
Dennis L. Malandro · Nov 29, 2001 · r-help

Hello, I can't seem to make qqmath plot text. v <- rnorm(8) qqmath(~v) # this is ok, but qqmath(~v, panel=function(x, y) { points(x, y) text(0, 0, 'print me', cex=2)}) isn't ok. The axis...

factor labels in model.frame
Dennis L. Malandro · Apr 9, 2002 · r-help

Hmm, I rebooted my computer and now it works fine. How weird is that? Thanks a lot Thomas, Dennis --- Thomas Lumley <tlumley at u.washington.edu> wrote: > On Mon, 8 Apr 2002, Dennis L. Malandro wrote: > > > Hello, > > > > model.frame changes...

Replacing data.frame values
Dennis L. Malandro · Jan 18, 2002 · r-help

Hello, I have two data frames, NameAndConc.df and WhichOnes.df. NameAndConc.df has two columns, the first column is the names of some material, and the second column is the concentration of active ingredient. > NameAndConc.df name conc 1...

variance components in lme
Dennis L. Malandro · Mar 15, 2002 · r-help

Hello, I'd tried to estimate the variance components for the following data set, where lab and run %in% lab are random effects, and vol is the response. lab run vol 37 2 1 0.6800000 38 2 1 0...

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