MIDAS Documentation

MIDAS is a free exploratory data analysis tool that runs entirely in your browser. From basic analysis — seeing the distribution of your data and the relationships between variables with histograms, scatter plots, and summary statistics such as means and quantiles — to statistical modeling, you can do it all through point-and-click in the UI. Modeling includes linear regression, generalized linear models (GLM), generalized linear mixed models (GLMM), ANOVA, principal component analysis (PCA), random forests, and survival analysis.

Everything you load is processed inside your browser and is never sent to an external server.

Getting Started

  • Basic Usage - Walk through the basic operations, from loading data to saving results, with sample data

User Guide

Data Preparation

Data Exploration

Screen Layout

Data Processing

Data Visualization

Statistical Analysis

  • The Statistics Tab - Mean, standard deviation, quantiles, and other summary statistics
  • The ANOVA Tab - One-way and two-way analysis of variance with Tukey HSD post-hoc comparisons
  • The DoE Analysis Tab - 2-level orthogonal array generation and factorial experiment analysis
  • The Crosstab Tab - Pivot tables for categorical variables
  • The Linear Regression Tab - Ordinary least squares regression with coefficient confidence intervals and residual diagnostics
  • The GLM Tab - Logistic, Poisson, and other regression models for response variables that need not follow a normal distribution
  • The GLMM Tab - Random intercept models for grouped data
  • The Kaplan-Meier Tab - Estimating survival curves and comparing groups with RMST
  • The Cox Regression Tab - Estimating covariate effects with Cox proportional hazards models
  • The Random Forest Tab - Random forests for classification and regression with feature importances
  • The PCA Tab - Dimensionality reduction and exploring correlation structures among variables

Organizing Analysis Results

  • Reports - Saving graphs and statistical results together
  • Export - Export data as CSV/TSV/JSON, download graphs as SVG

Project Management

Reference

Tutorials

Step-by-step walkthroughs with sample data, each starting from a question you want the data to answer and proceeding through method choice to interpreting the results.

Statistical Concepts

Background knowledge on the statistical methods used in MIDAS. Refer to these pages as needed.

System Requirements

Support