<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:"\@Malgun Gothic";}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-ligatures:standardcontextual;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoNormal>I am having a difficulty asking this question succinctly so I am pasting *<b>parts of my code</b>* and output below. I imagine this is an easy question for expert R users.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>> summary(out.lm)<o:p></o:p></p><p class=MsoNormal>Call:<o:p></o:p></p><p class=MsoNormal>lm(formula = mathpre ~ collgpaa, data = scs)     <o:p></o:p></p><p class=MsoNormal>Residuals:<o:p></o:p></p><p class=MsoNormal>    Min      1Q  Median      3Q     Max<o:p></o:p></p><p class=MsoNormal>-6.0465 -1.9008 -0.0637  1.8426  6.6097 <o:p></o:p></p><p class=MsoNormal>Coefficients:<o:p></o:p></p><p class=MsoNormal>            Estimate Std. Error t value Pr(>|t|) <o:p></o:p></p><p class=MsoNormal>(Intercept)   3.4122     0.7581   4.501 1.13e-05 <o:p></o:p></p><p class=MsoNormal>***<o:p></o:p></p><p class=MsoNormal>collgpaa      1.0384     0.2655   3.912 0.000124 <o:p></o:p></p><p class=MsoNormal>***<o:p></o:p></p><p class=MsoNormal>---<o:p></o:p></p><p class=MsoNormal>Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 <o:p></o:p></p><p class=MsoNormal>'.' 0.1 ' ' 1<o:p></o:p></p><p class=MsoNormal>Residual standard error: 2.646 on 208 degrees of <o:p></o:p></p><p class=MsoNormal>freedom<o:p></o:p></p><p class=MsoNormal>Multiple R-squared:  0.06852,   Adjusted R-squared:  0.06405<o:p></o:p></p><p class=MsoNormal>F-statistic:  15.3 on 1 and 208 DF,  p-value: 0.0001241<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>In the part of this output that shows coefficients, I can tell that estimate std error is 0.7581 and T-value is 4.501, by memorizing the placements of std error, t-value and Pr(>|t|). And knowing what kinds of number to expect I guess could work in most cases I may run into.<o:p></o:p></p><p class=MsoNormal>I believe my sighted colleagues are able to easily place which number belongs to what by looking at how they are placed (4.501 directly underneath t value for example). <o:p></o:p></p><p class=MsoNormal>Perhaps as I practice more, I will become more efficient over time but I am curious, is there a way I can make the process of reading the output and placing which number belongs to where more efficient for? E.g., having this be displayed in a list format or table format that I can navigate cell by cell vertically?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thank you for your consideration and any suggestion you may be able to offer.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Miso<o:p></o:p></p></div></body></html>