Hello, I am looking for a library or script for R to run a backward elimination automatically on a linear regression. Does anybody know where to find such a thing or has a code snipplet lying around? Bye, Thomas
Hello, I am looking for a library or script for R to run a backward elimination automatically on a linear regression. Does anybody know where to find such a thing or has a code snipplet lying around? Greetings, Thomas
Hello, I am looking for a library or script for R to run a backward elimination automatically on a linear regression. Does anybody know where to find such a thing or has a code snipplet lying around? Greetings, Thomas
?stepAIC in package MASS. Thomas Fischer wrote:> Hello, > > I am looking for a library or script for R to run a backward elimination > automatically on a linear regression. Does anybody know where to find > such a thing or has a code snipplet lying around? > > Bye, > Thomas > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >
Have you considered stepAIC in MASS? hth. spencer graves Thomas Fischer wrote:> Hello, > > I am looking for a library or script for R to run a backward elimination > automatically on a linear regression. Does anybody know where to find > such a thing or has a code snipplet lying around? > > Bye, > Thomas > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
Dear Thomas, At 07:16 AM 6/11/2003 +0200, Thomas Fischer wrote:>I am looking for a library or script for R to run a backward elimination >automatically on a linear regression. Does anybody know where to find >such a thing or has a code snipplet lying around?See ?step. The step function is part of the base package. I hope that this helps, John ----------------------------------------------------- John Fox Department of Sociology McMaster University Hamilton, Ontario, Canada L8S 4M4 email: jfox at mcmaster.ca phone: 905-525-9140x23604 web: www.socsci.mcmaster.ca/jfox
?step Simon Blomberg, PhD Depression & Anxiety Consumer Research Unit Centre for Mental Health Research Australian National University http://www.anu.edu.au/cmhr/ Simon.Blomberg at anu.edu.au +61 (2) 6125 3379> -----Original Message----- > From: Thomas Fischer > [mailto:fischer at intellektik.informatik.tu-darmstadt.de] > Sent: Thursday, 12 June 2003 1:04 AM > To: r-help at stat.math.ethz.ch > Subject: [R] Backward Elimination Library > > > Hello, > > I am looking for a library or script for R to run a backward > elimination > automatically on a linear regression. Does anybody know where to find > such a thing or has a code snipplet lying around? > > Greetings, > Thomas > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >