[BlindRUG] How can I make this result more navigable?

JooYoung Seo jooyoung at psu.edu
Sat Sep 5 15:25:19 UTC 2015


  Hello,

I hope you all are enjoying sweet weekend.

  I am writing to ask you questions.

  I tested simple linear regression as follows:

----------

> out = lm(dist ~ speed, data=cars)

> summary(out)

----------

  The result data layout is not easy to navigate with screen readers.

  I know, I could use VI function instead of summary, but the output from VI
is different from what I see in summary. VI creates HTML files and redundant
PDF and other image file for this performance. I just want to know the
succinct result which I can get from summary, but in a more navigable
layout.

  For example, VI returns the same result but in different layout in the
following:

-----

> data(airquality)

> summary(airquality)

> VI(airquality)

----------

  Is there any way to convert this into table output? Or, is it possible to
get VI to perform the same task as summary for linear regression?

  Any help would be so much appreciated.

Best Regards,

 

       JY

 



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nfbnet.org/pipermail/blindrug_nfbnet.org/attachments/20150905/d770502c/attachment.html>


More information about the BlindRUG mailing list