I'm doing R programming.I have a time series data set with more than 10 independent variables and a dependant variable. I want to run 10 individual regressions for each of those independent variables.I 'm using "for" command to get each column of my data table and run a regression. I don't know how can I save summary regression table automatically when I'm running this program. Would you please let me know how can I save those tables automatically as excel sheet or JPEG by writing some codes.
Thanks Afsaneh