Hi all, I am performing a stepwise regression by running the "step" function on an "lm" object. Now I want to save the intermediate iterations. I know the argument trace=T will print it on the console, but I rather want to assign it to some R object or may be output it in a CSV or text file. Any help will be appreciated. Regards Utkarsh
Gabor Grothendieck
2009-May-18 13:16 UTC
[R] intermediate iterations of stepwise regression
Try this: out <- capture.output(example(step)) On Mon, May 18, 2009 at 9:11 AM, utkarshsinghal <utkarsh.singhal at global-analytics.com> wrote:> Hi all, > > I am performing a stepwise regression by running the "step" function on an > "lm" object. Now I want to save the intermediate iterations. I know the > argument trace=T will print it on the console, but I rather want to assign > it to some R object or may be output it in a CSV or text file. > > Any help will be appreciated. > > Regards > Utkarsh > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
utkarshsinghal <utkarsh.singhal at global-analytics.com> wrote>> Hi all, >> >> I am performing a stepwise regression by running the "step" function on an >> "lm" object. Now I want to save the intermediate iterations. I know the >> argument trace=T will print it on the console, but I rather want to assign >> it to some R object or may be output it in a CSV or text file. >> >> Any help will be appreciated. >>You've received help in actually doing this. Can I ask why you want to? Stepwise selection is not a good method of model building. Peter Peter L. Flom, PhD Statistical Consultant www DOT peterflomconsulting DOT com