special features of my system (required for glm): R --nsize 1M --vsize 20M -------------------------------------------------------------------------- modifications to R source -------------------------------------------------------------------------- comment out R_InitialData(); in main/main.c line 421 comment out if(ncol(ctr)==1) dimnames(ctr) <- list(dimnames(ctr)[[1]], "") in base/R/contrast.R -------------------------------------------------------------------------- Rprofile -------------------------------------------------------------------------- q <- function(save = "no") .Internal(quit(save)) options(show.signif.stars=F,show.coef.Pvalues=F) ps.options(hor=F) --------------------------------------------------------------------------