<div dir="ltr"><div><div><div><div>Mike,<br></div>There was a blind student in my class and she used the BrailleR pakage.  You wrap hist() in the function VI(), as in<br><br></div><div>x=runif(50,0,10)<br></div>VI(hist(x))<br></div>VI(boplot(x))  <br><br></div><div>If you try something else, like<br></div><div>VI(summary(x))<br></div><div>it simply "prints" the object.  As for visualizing summaries, in my class we printed a few scatterplots using a Braille embosser, but the student found this tedious and it wasn't something she could do herself.  So, she preferred to 1.) compute the correlation between x and y, 2.) fit a few linear models (including adding terms like x^2, x^3, etc.), and 3.) and explore subsets of x and y as you described, to get a sense of the relationship.  Combing all information she was able to get a good sense of the relationship.  Beyond that, she'd simply ask others to describe the scatterplot that R visually displays.<br><br></div><div>Hope this helps!<br></div><div>Rob Erhardt<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 7, 2015 at 5:59 PM, Mike Gorse via BlindRUG <span dir="ltr"><<a href="mailto:blindrug@nfbnet.org" target="_blank">blindrug@nfbnet.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
First of all, thanks for the list and for the work to make R easier to use! It's good that some people write statistics software and work to make it more accessible, so that other people can maybe learn to do things like analyze realtime bus data, so that other people can get around the city more easily...<br>
<br>
I'm very new to R and to statistics in general, so maybe there's an easy answer to this that I don't know about. I'm starting a Coursera course on statistics and data analysis, and the course had a lab that involved investigating some survey data. In a few places, it advised generating a plot in order to see the relationship between two variables, but I'm blind, meaning that I can't see, meaning that I can't see the nice plots that R generates for me. Eventually I figured out that I could more or less do what I needed to do by subseting the data set based on the explanatory variable, taking summaries of the response variable for the different subsets, and comparing the results, but I'm curious whether this is the best way to do it / what other people would do in order to get an idea of the relationship between two variables in a data set.<br>
<br>
Also, when I run<br>
library("BrailleR")<br>
I get a message saying that hist and boxplot are masked from package:graphics, so it looks as though BrailleR has its own implementation/wrapper for boxplot, but, when I call boxplot(), it seems to behave the same as it would if BrailleR weren't loaded (ie, put a boxplot on the screen). Is there something else that it should be doing? I don't see any new files being generated in my working directory (I'm not sure if I should expect them or not).<br>
<br>
Thanks,<br>
-Mike<br>
<br>
______________________________<u></u>_________________<br>
BlindRUG mailing list<br>
<a href="mailto:BlindRUG@nfbnet.org" target="_blank">BlindRUG@nfbnet.org</a><br>
<a href="http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org" target="_blank">http://nfbnet.org/mailman/<u></u>listinfo/blindrug_nfbnet.org</a><br>
To unsubscribe, change your list options or get your account info for BlindRUG:<br>
<a href="http://nfbnet.org/mailman/options/blindrug_nfbnet.org/erhardrj%40wfu.edu" target="_blank">http://nfbnet.org/mailman/<u></u>options/blindrug_nfbnet.org/<u></u>erhardrj%40wfu.edu</a><br>
The list archive can be viewed at:<br>
<a href="http://www.nfbnet.org/pipermail/blindrug_nfbnet.org" target="_blank">http://www.nfbnet.org/<u></u>pipermail/blindrug_nfbnet.org</a><br>
More information and useful links about using R as a blind person can be obtained at:<br>
<a href="http://R-Resources.massey.ac.nz" target="_blank">http://R-Resources.massey.ac.<u></u>nz</a><br>
<br>
Look for help using R commands by reading the accessible e-book "Let's Use R Now" compiled by Jonathan Godfrey at:<br>
<a href="http://R-Resources.massey.ac.nz/lurn/front.html" target="_blank">http://R-Resources.massey.ac.<u></u>nz/lurn/front.html</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Dr. Rob Erhardt<div>Asst. Professor of Mathematics</div><div>Wake Forest University</div><div><a href="http://users.wfu.edu/erhardrj/" target="_blank">http://users.wfu.edu/erhardrj/</a><br></div></div></div>
</div>