On Sun, 28 Mar 2004 [EMAIL PROTECTED] wrote: > Full_Name: ivo welch > Version: current > OS: linux > Submission from: (NULL) (130.132.33.212) > > > > * In the ?subset page, please add > > subset( dataframe, select= c(-column1,-column2) ) > > returns a dara frame that is without columns 1 and 2 .
Well, why? select = -c(column1, column2) would be more sensible, but as it says This allows the use of the standard indexing conventions so that for example ranges of columns can be specified easily. you are adding nothing which is not already there (except perhaps that you have not understood `An Introduction to R'). > * Also, in ?lm, it would be nice to add a few more words about how to get a > residuals vector of the same length as the variable vectors, even if there are > NAs. (I know how to do this in one way, but this may not be the right > recommended way.) That's on the ?residuals page where it belongs. It is also on page 141 of MASS4, and we would all benefit if you would take the time to read that volume thoroughly. > I figure that I can help with suggestions for the docs more than with the > substance, being an R learner myself. It's a truly amazing language. Please don't misuse R-bugs for this purpose. Someone has manually to deal with your reports, and we have very limited resources. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel