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:
donerpanel 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!


2 responses so far ↓
Oldi // July 22, 2009 at 5:38 AM |
that is perfect! exactly what I was looking for! you are becoming my new source of inspiration,
thank you,
Oldi
whiskey // May 21, 2009 at 11:59 PM |
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.