Dear Mahdi Mahdi Osman writes: > Hi list, > > I am just a new user of R. > > How can I run stepwise regression in R?
If you look for a stepwise procedure for Linear Regression Models or Generalized Linear Models, you can use step() (see ?step) Regards, Christoph -------------------------------------------------------------- Christoph Buser <[EMAIL PROTECTED]> Seminar fuer Statistik, LEO C11 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-5414 fax: 632-1228 http://stat.ethz.ch/~buser/ -------------------------------------------------------------- > Is there a graphic user interphase for any of the spatial packages inculded > in R, such as gstat, geoR and someothers. I am mainly interested interactive > variogram modelling and mapping. > > Thanks > Mahdi > > -- > ----------------------------------- > Mahdi Osman (PhD) > E-mail: [EMAIL PROTECTED] > ----------------------------------- > > 10 GB Mailbox, 100 FreeSMS http://www.gmx.net/de/go/topmail > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
