This post presents a short video that shows an interactive regression application using the rpanel package.
rpanel
Hadley Wickham’s Crantastic site currently lists 1,531 R packages. This post shows how I have used one of these packages, rpanel, to build an interactive regression tool, similar to the interactive regression tool I built in Excel.
Excel users often add check boxes, sliders, drop down lists to add some interactive capabilities to worksheets. rpanel provides the same type of capability in the R environment. Since a video is worth a lot of text, here’s a short video that shows my interactive R regression application:
rpanel has been developed by Adrian Bowman, et al at the University of Glasgow, Department of Statistics. They have several excellent support documents and scripts at this link.
The script and source data file are available at this link.
Only 1,530 R packages to go!




i tried to follow up the link to rpanel material on Adrian Bowman’s site: gave 404 not found
David Scott:
Thanks for the feedback. I checked and found the same 404 message. Not sure if this is temporary or permanent. I’ll wait a few days to see if the problem resolves itself.
Inthe mean time, here’s a link to a pdf that should get you started working with rpanel.
that is perfect! exactly what I was looking for! you are becoming my new source of inspiration,
thank you,
Oldi
Have you used R Commander? For us Mac or Linux guys, R Commander seems pretty good. It’s Java based, you run it from within R, and it can do pretty much what tinnR can do.
Also, check out the Kernel Density function for plotting. Very nice and a lot more informative than the usual Histogram approach when your data is not bell curve shaped.