Rsquared Academy Home R Packages Blog e-books

Interactive Apps

Directory for Rsquared Academy interactive apps for data analysis, visualization, and modeling.

Cloud hosting retired. Apps previously hosted on rsquaredcomputing.com are no longer available in the browser. There is currently no browser version. Run apps locally with R (below), or wait for browser versions via webR/shinylive on individual package sites.

Run locally today with xplorerr

Install once, then launch any app from R:

install.packages("xplorerr")

xplorerr::app_descriptive()        # descriptive statistics
xplorerr::app_vistributions()      # probability distributions
xplorerr::app_inference()          # hypothesis testing
xplorerr::app_linear_regression()  # linear regression
xplorerr::app_logistic_regression()# logistic regression
xplorerr::app_rfm_analysis()       # RFM / customer segmentation
xplorerr::app_visualizer()         # data visualization

Docs: xplorerr.rsquaredacademy.com · CRAN: xplorerr · Source: GitHub

App directory

Browser apps will be published on the relevant package site when ready. This domain will link out rather than host apps.

App Run locally Docs Browser
descriptr
descriptive stats
app_descriptive() docs coming soon on package site
vistributions
distributions
app_vistributions() docs coming soon on package site
inferr
hypothesis testing
app_inference() docs coming soon on package site
olsrr
linear regression
app_linear_regression() docs coming soon on package site
blorr
logistic regression
app_logistic_regression() docs coming soon on package site
rfm
segmentation
app_rfm_analysis() docs coming soon on package site
xplorerr
all apps + visualizer
app_visualizer() + all above docs coming soon on package site

What's next

We plan browser-based apps using webR/shinylive in the coming months. They will be hosted on the relevant package sites (for example, the regression app on the olsrr site), not on this domain. This page will become a directory linking to those browser apps when they ship.

All packages: pkgs.rsquaredacademy.com