After running my GLM model in R, I run the summary command with corr=TRUE to get the coefficients of correlation for the various variables in my model. What I would like to do is output those to a CSV file so I can open them in Excel.
I've tried using the coef command as well as several other methods I've found on this site for writing model output to a csv file. So far, I haven't had any luck getting the coefficients of correlation, just the Estimate, Std. Error, t value and p value.