- Life Span of Batteries: This minitool allows students to explore and compare the life span of two different battery brands—Always Ready and Tough Cell.
- Speed trap scenario: Analyse changes in behaviour of traffic after the police implemented a speed trap on that section of the highway.
- Cholesterol Level: Analyse the changes of cholesterol level of the pacients of medical experiment, that came through certain diet.
- Bivariate Scatter & Partitioning: Dynamic scatter plot with draggable quadrants, customizable grids, and equal-group slicing for two-variable relationships.
- Node.js v14 or higher
- npm v6 or higher
Clone the repository and install dependencies:
# Clone repository
git clone https://github.com/DevinMprz/Statistics-Analysis-App.git
cd Statistics-Analysis-App
# Install dependencies
npm install
#Buld the project
npm run start- Open your browser to
http://localhost:8081. (if 8081 is busy, expo will suggest you to use another port (usually 8082)) - Select a Minitool from the navigation menu.
- Use the on-screen controls or your input devices to interact with charts.
Objects that include value and label properties.
Example: [
{value: 10, label: "Tough cell"},
{value: 20, label: "Always Ready"},
{value: 30, label: "Tough cell"},
{value: 40, label: "Always Ready"},
...
]
Values of individual records in brackets, separated by comma
Example: [10,20,30...]
The data/ directory includes example files