Dear all, There is this delcol() function in Splus. It is a support function for drop1.lm(). But it seems it disappears from R. Could some one tell me whether there is any equivalent function of delcol() in R or is there any other way that I can implement its functionality? Your help is highly appreciated!!! Regards, -Ji -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
delcol() of Splus
2 messages · Ji Zhu, Brian Ripley
On Sun, 3 Feb 2002, Ji Zhu wrote (three times):
There is this delcol() function in Splus. It is a support function for drop1.lm(). But it seems it disappears from R. Could some one tell me whether there is any equivalent function of delcol() in R or is there any other way that I can implement its functionality? Your help is highly appreciated!!!
As ?delcol in Splus says This is support for the function drop1.lm(). It is not intended to be called directly by users. so you should not be using it (in R or S-PLUS). R has a different implementation of the internals of many functions. It is not a question of `it disappears': R is not a version of S-PLUS but a separate implementation of the S language.
Brian D. Ripley, ripley at stats.ox.ac.uk 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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._