For my linear regression class I was assigned to present a table, in the r coding software, which shows the R-squared value, the sum of squared errors (SSE), the t-statistic, and the slope estimate. I found the memisc software package online and the mtable included with it has all of the elements previously listed, except for the t-statistic. Is there anyway to get the mtable to include the t-statistic?For my linear regression class I was assigned t