An open API service indexing awesome lists of open source software.

https://github.com/corneliustanui/statsreporter

An interactive shiny-based data analysis tool.
https://github.com/corneliustanui/statsreporter

data-science dataanalysis dataanalytics r shiny shiny-apps

Last synced: 5 months ago
JSON representation

An interactive shiny-based data analysis tool.

Awesome Lists containing this project

README

          

# QSR

[![Deploy App](https://github.com/corneliustanui/StatsReporter/actions/workflows/deploy-shinyapp.yml/badge.svg)](https://github.com/corneliustanui/StatsReporter/actions/workflows/deploy-shinyapp.yml)

The [Quick Stats Reporter(QSR)](https://corneliuskiplimo.shinyapps.io/StatsReporter/) generates tabular reports in `.csv`, `.pdf`, & `.htlm` and graphical reports in `.png`, `.pdf`, & `.svg` formats for basic descriptive statistical analyses:

### Univariate analysis

The univariate analysis entails reporting frequencies and percentages of a primary categorical variable, or means, medians, standard deviation, minimum, maximum, and standard error of the mean of a primary numerical variable. Such a table is shown below.

![](./www/primary_table.png)

### Bivariate analysis

The bivariate analysis entails reporting frequencies and percentages of a primary categorical variable, or means, medians, standard deviation, minimum, maximum, and standard error of the mean of a primary numerical variable by categories of another grouping variable (secondary variable). The analysis also reports test statistics (Chi-square is used when the primary variable is categorical, while Kruskal-Wallis is used when the primary variable is numeric.) Such a table is shown below.

![](./www/secondary_table.png)

### Trivariate analysis

The trivariate analysis entails reporting frequencies and percentages of a primary categorical variable, or means, medians, standard deviation, minimum, maximum, and standard error of the mean of a primary numerical variable by categories of two grouping variables (secondary and tertiary variables). The analysis also reports test statistics (Chi-square is used when the primary variable is categorical, while Kruskal-Wallis is used when the primary variable is numeric.). The trivariate analysis report is only available in .html and .pdf formats. Such a table is shown below.

![](./www/tertiary_table.png)